Html Css Color HEX #5998DB Picton Blue

📋 copy color: '#5998DB'

red 89 ◦ green 152 ◦ blue 219

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

Shades of Picton Blue #5998DB

Tints of Picton Blue #5998DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 19.35%
G = 33.04%
B = 47.61%

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

#5998DB (or 0x5998DB) is known color: Picton Blue. HEX triplet: 59, 98 and DB. RGB value is (89,152,219). Sum of RGB (Red+Green+Blue) = 89+152+219=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #5998DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998DB is #A66724. Grayscale: #8C8C8C. Windows color (decimal): -10905381 or 14391385. OLE color: 14391385.

HSL color Cylindrical-coordinate representation of color #5998DB: hue angle of 210.92º 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 #5998DB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 152 219 -
CMYK 0.59 0.31 0 0.14
HSL 210.92º 0.64% 0.6% -
HSV(B) 210.92º 0.59% 0.86% -
XYZ 28.13 29.69 71.27 -
YUV 140.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 89 152 219 0.59 0.31 0 0.14 210.92 0.64 0.6
Hex 59 98 DB 3B 1F 0 E D3 40 3C
Octal 131 230 333 73 37 0 16 323 100 74
Binary 1011001 10011000 11011011 111011 11111 0 1110 11010011 1000000 111100

Color Harmonies of #5998DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998DB

Black with #5998DB

Text Example


Text Example

White with #5998DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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