Html Css Color HEX #579ADC Picton Blue

📋 copy color: '#579ADC'

red 87 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #579ADC

Tints of Picton Blue #579ADC

RGB

 RED value IS 87 (34.38% from 255) = 18.87%

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

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

R = 18.87%
G = 33.41%
B = 47.72%

CMYK

 C value IS 0.60

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#579ADC (or 0x579ADC) is known color: Picton Blue. HEX triplet: 57, 9A and DC. RGB value is (87,154,220). Sum of RGB (Red+Green+Blue) = 87+154+220=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #579ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579ADC is #A86523. Grayscale: #8D8D8D. Windows color (decimal): -11035940 or 14457431. OLE color: 14457431.

HSL color Cylindrical-coordinate representation of color #579ADC: hue angle of 209.77º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #579ADC is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 154 220 -
CMYK 0.60 0.3 0 0.14
HSL 209.77º 0.66% 0.6% -
HSV(B) 209.77º 0.6% 0.86% -
XYZ 28.4 30.3 72.06 -
YUV 141.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 87 154 220 0.60 0.3 0 0.14 209.77 0.66 0.6
Hex 57 9A DC 3C 1E 0 E D2 42 3C
Octal 127 232 334 74 36 0 16 322 102 74
Binary 1010111 10011010 11011100 111100 11110 0 1110 11010010 1000010 111100

Color Harmonies of #579ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579ADC

Black with #579ADC

Text Example


Text Example

White with #579ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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