Html Css Color HEX #59A6DC Picton Blue

📋 copy color: '#59A6DC'

red 89 ◦ green 166 ◦ blue 220

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

Shades of Picton Blue #59A6DC

Tints of Picton Blue #59A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 18.74%
G = 34.95%
B = 46.32%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59A6DC (or 0x59A6DC) is known color: Picton Blue. HEX triplet: 59, A6 and DC. RGB value is (89,166,220). Sum of RGB (Red+Green+Blue) = 89+166+220=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #59A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A6DC is #A65923. Grayscale: #949494. Windows color (decimal): -10901796 or 14460505. OLE color: 14460505.

HSL color Cylindrical-coordinate representation of color #59A6DC: hue angle of 204.73º 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 #59A6DC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 166 220 -
CMYK 0.60 0.25 0 0.14
HSL 204.73º 0.65% 0.61% -
HSV(B) 204.73º 0.6% 0.86% -
XYZ 30.67 34.56 72.76 -
YUV 149.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 89 166 220 0.60 0.25 0 0.14 204.73 0.65 0.61
Hex 59 A6 DC 3C 19 0 E CD 41 3D
Octal 131 246 334 74 31 0 16 315 101 75
Binary 1011001 10100110 11011100 111100 11001 0 1110 11001101 1000001 111101

Color Harmonies of #59A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A6DC

Black with #59A6DC

Text Example


Text Example

White with #59A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A6DC; }

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

 H1.HeaderClassName
 {
   color: #59A6DC;
 }
 .AnyTagClassName
 {
   color: #59A6DC;
 }
</style>

background-color css

<style>
 a { background-color: #59A6DC; }

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

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

border-color css

<style>
 span { border-color: #59A6DC; }

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

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