Html Css Color HEX #559ADC Picton Blue

📋 copy color: '#559ADC'

red 85 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #559ADC

Tints of Picton Blue #559ADC

RGB

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

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

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

R = 18.52%
G = 33.55%
B = 47.93%

CMYK

 C value IS 0.61

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#559ADC (or 0x559ADC) is known color: Picton Blue. HEX triplet: 55, 9A and DC. RGB value is (85,154,220). Sum of RGB (Red+Green+Blue) = 85+154+220=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #559ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ADC is #AA6523. Grayscale: #8C8C8C. Windows color (decimal): -11167012 or 14457429. OLE color: 14457429.

HSL color Cylindrical-coordinate representation of color #559ADC: hue angle of 209.33º degrees, saturation: 0.66, 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 #559ADC is Cyan = 0.61, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 154 220 -
CMYK 0.61 0.3 0 0.14
HSL 209.33º 0.66% 0.6% -
HSV(B) 209.33º 0.61% 0.86% -
XYZ 28.22 30.21 72.05 -
YUV 140.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 85 154 220 0.61 0.3 0 0.14 209.33 0.66 0.6
Hex 55 9A DC 3D 1E 0 E D1 42 3C
Octal 125 232 334 75 36 0 16 321 102 74
Binary 1010101 10011010 11011100 111101 11110 0 1110 11010001 1000010 111100

Color Harmonies of #559ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ADC

Black with #559ADC

Text Example


Text Example

White with #559ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559ADC; }

 p { color: rgb(85,154,220); }

 H1.HeaderClassName
 {
   color: #559ADC;
 }
 .AnyTagClassName
 {
   color: #559ADC;
 }
</style>

background-color css

<style>
 a { background-color: #559ADC; }

 a { background-color: rgb(85,154,220); }

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

border-color css

<style>
 span { border-color: #559ADC; }

 span { border-color: rgb(85,154,220); }

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