Html Css Color HEX #5798DC Picton Blue

📋 copy color: '#5798DC'

red 87 ◦ green 152 ◦ blue 220

#5798DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5798DC

Tints of Picton Blue #5798DC

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 value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5798DC (or 0x5798DC) is known color: 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

RGB 87 152 220 -
CMYK 0.60 0.31 0 0.14
HSL 210.68º 0.66% 0.6% -
HSV(B) 210.68º 0.6% 0.86% -
XYZ 28.08 29.65 71.95 -
YUV 140.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 87 152 220 0.60 0.31 0 0.14 210.68 0.66 0.6
Hex 57 98 DC 3C 1F 0 E D3 42 3C
Octal 127 230 334 74 37 0 16 323 102 74
Binary 1010111 10011000 11011100 111100 11111 0 1110 11010011 1000010 111100

Color Harmonies of #5798DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5798DC

Black with #5798DC

Text Example


Text Example

White with #5798DC

Text Example


Text Example

HTML Codes & Css Web 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>