#5798DC

Color #5798DC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5798DC

Tints of Picton Blue #5798DC

Color information

#5798DC (or 0x5798DC) is unknown color: approx Picton Blue. HEX triplet: 57, 98 and DC. RGB value is (87,152,220). Sum of RGB (Red+Green+Blue) = 87+152+220=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #5798DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5798DC is #A86723. Grayscale: #8B8B8B. Windows color (decimal): -11036452 or 14456919. OLE color: 14456919.

HSL color Cylindrical-coordinate representation of color #5798DC: hue angle of 210.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5798DC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87152220-
CMYK0.600.3100.14
HSL210.68º65.52%60.2%-
HSV(B)210.68º60.45%86.27%-
XYZ28.0829.6571.95-
YUV140.32172.9789.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=18.95%
G=33.12%
B=47.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871522200.600.3100.14210.6865.5260.2
Hex5798DC3C1F0Ed3423c
Octal127230334743701632310274
Binary101011110011000110111001111001111101110110100111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5798DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5798DC; }

 p { color: rgb(87,152,220); }

 H1.HeaderClassName
 {
   color: #5798DC;
 }
 .AnyTagClassName
 {
   color: #5798DC;
 }
</style>
background-color css

<style>
 a { background-color: #5798DC; }

 a { background-color: rgb(87,152,220); }

 div.DivClassName
 {
   background-color: #5798DC;
 }
 .BgClassName
 {
   background-color: #5798DC;
 }
</style>
border-color css

<style>
 span { border-color: #5798DC; }

 span { border-color: rgb(87,152,220); }

 td.TdClassName
 {
   border-color: #5798DC;
 }
 .TagClassName
 {
   border-color: #5798DC;
 }
</style>