Html Css Color HEX #5599DB Picton Blue

📋 copy color: '#5599DB'

red 85 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #5599DB

Tints of Picton Blue #5599DB

RGB

 RED value IS 85 (33.59% from 255) = 18.6%

 GREEN value IS 153 (60.16% from 255) = 33.48%

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

R = 18.6%
G = 33.48%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5599DB (or 0x5599DB) is known color: Picton Blue. HEX triplet: 55, 99 and DB. RGB value is (85,153,219). Sum of RGB (Red+Green+Blue) = 85+153+219=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #5599DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599DB is #AA6624. Grayscale: #8B8B8B. Windows color (decimal): -11167269 or 14391637. OLE color: 14391637.

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

Color convert

RGB 85 153 219 -
CMYK 0.61 0.30 0 0.14
HSL 209.55º 0.65% 0.6% -
HSV(B) 209.55º 0.61% 0.86% -
XYZ 27.92 29.83 71.3 -
YUV 140.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 85 153 219 0.61 0.30 0 0.14 209.55 0.65 0.6
Hex 55 99 DB 3D 1E 0 E D2 41 3C
Octal 125 231 333 75 36 0 16 322 101 74
Binary 1010101 10011001 11011011 111101 11110 0 1110 11010010 1000001 111100

Color Harmonies of #5599DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599DB

Black with #5599DB

Text Example


Text Example

White with #5599DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,153,219); }

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

background-color css

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

 a { background-color: rgb(85,153,219); }

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

border-color css

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

 span { border-color: rgb(85,153,219); }

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