Html Css Color HEX #5997DB Picton Blue

📋 copy color: '#5997DB'

red 89 ◦ green 151 ◦ blue 219

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

Shades of Picton Blue #5997DB

Tints of Picton Blue #5997DB

RGB

 RED value IS 89 (35.16% from 255) = 19.39%

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 19.39%
G = 32.9%
B = 47.71%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5997DB (or 0x5997DB) is known color: Picton Blue. HEX triplet: 59, 97 and DB. RGB value is (89,151,219). Sum of RGB (Red+Green+Blue) = 89+151+219=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #5997DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997DB is #A66824. Grayscale: #8B8B8B. Windows color (decimal): -10905637 or 14391129. OLE color: 14391129.

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

Color convert

RGB 89 151 219 -
CMYK 0.59 0.31 0 0.14
HSL 211.38º 0.64% 0.6% -
HSV(B) 211.38º 0.59% 0.86% -
XYZ 27.97 29.37 71.21 -
YUV 140.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 89 151 219 0.59 0.31 0 0.14 211.38 0.64 0.6
Hex 59 97 DB 3B 1F 0 E D3 40 3C
Octal 131 227 333 73 37 0 16 323 100 74
Binary 1011001 10010111 11011011 111011 11111 0 1110 11010011 1000000 111100

Color Harmonies of #5997DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997DB

Black with #5997DB

Text Example


Text Example

White with #5997DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5997DB; }

 p { color: rgb(89,151,219); }

 H1.HeaderClassName
 {
   color: #5997DB;
 }
 .AnyTagClassName
 {
   color: #5997DB;
 }
</style>

background-color css

<style>
 a { background-color: #5997DB; }

 a { background-color: rgb(89,151,219); }

 div.DivClassName
 {
   background-color: #5997DB;
 }
 .BgClassName
 {
   background-color: #5997DB;
 }
</style>

border-color css

<style>
 span { border-color: #5997DB; }

 span { border-color: rgb(89,151,219); }

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