Html Css Color HEX #599DDC Picton Blue

📋 copy color: '#599DDC'

red 89 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #599DDC

Tints of Picton Blue #599DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.69%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 19.1%
G = 33.69%
B = 47.21%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#599DDC (or 0x599DDC) is known color: Picton Blue. HEX triplet: 59, 9D and DC. RGB value is (89,157,220). Sum of RGB (Red+Green+Blue) = 89+157+220=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #599DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DDC is #A66223. Grayscale: #8F8F8F. Windows color (decimal): -10904100 or 14458201. OLE color: 14458201.

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

Color convert

RGB 89 157 220 -
CMYK 0.60 0.29 0 0.14
HSL 208.86º 0.65% 0.61% -
HSV(B) 208.86º 0.6% 0.86% -
XYZ 29.1 31.41 72.24 -
YUV 143.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 89 157 220 0.60 0.29 0 0.14 208.86 0.65 0.61
Hex 59 9D DC 3C 1D 0 E D1 41 3D
Octal 131 235 334 74 35 0 16 321 101 75
Binary 1011001 10011101 11011100 111100 11101 0 1110 11010001 1000001 111101

Color Harmonies of #599DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DDC

Black with #599DDC

Text Example


Text Example

White with #599DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,220); }

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

background-color css

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

 a { background-color: rgb(89,157,220); }

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

border-color css

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

 span { border-color: rgb(89,157,220); }

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