Html Css Color HEX #599ADD Picton Blue

📋 copy color: '#599ADD'

red 89 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #599ADD

Tints of Picton Blue #599ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 19.18%
G = 33.19%
B = 47.63%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599ADD (or 0x599ADD) is known color: Picton Blue. HEX triplet: 59, 9A and DD. RGB value is (89,154,221). Sum of RGB (Red+Green+Blue) = 89+154+221=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #599ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ADD is #A66522. Grayscale: #8D8D8D. Windows color (decimal): -10904867 or 14522969. OLE color: 14522969.

HSL color Cylindrical-coordinate representation of color #599ADD: hue angle of 210.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599ADD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 154 221 -
CMYK 0.60 0.30 0 0.13
HSL 210.45º 0.66% 0.61% -
HSV(B) 210.45º 0.6% 0.87% -
XYZ 28.73 30.46 72.77 -
YUV 142.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 89 154 221 0.60 0.30 0 0.13 210.45 0.66 0.61
Hex 59 9A DD 3C 1E 0 D D2 42 3D
Octal 131 232 335 74 36 0 15 322 102 75
Binary 1011001 10011010 11011101 111100 11110 0 1101 11010010 1000010 111101

Color Harmonies of #599ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ADD

Black with #599ADD

Text Example


Text Example

White with #599ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599ADD; }

 p { color: rgb(89,154,221); }

 H1.HeaderClassName
 {
   color: #599ADD;
 }
 .AnyTagClassName
 {
   color: #599ADD;
 }
</style>

background-color css

<style>
 a { background-color: #599ADD; }

 a { background-color: rgb(89,154,221); }

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

border-color css

<style>
 span { border-color: #599ADD; }

 span { border-color: rgb(89,154,221); }

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