Html Css Color HEX #579EDC Picton Blue

📋 copy color: '#579EDC'

red 87 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #579EDC

Tints of Picton Blue #579EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.98%

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

R = 18.71%
G = 33.98%
B = 47.31%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#579EDC (or 0x579EDC) is known color: Picton Blue. HEX triplet: 57, 9E and DC. RGB value is (87,158,220). Sum of RGB (Red+Green+Blue) = 87+158+220=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #579EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579EDC is #A86123. Grayscale: #8F8F8F. Windows color (decimal): -11034916 or 14458455. OLE color: 14458455.

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

Color convert

RGB 87 158 220 -
CMYK 0.60 0.28 0 0.14
HSL 207.97º 0.66% 0.6% -
HSV(B) 207.97º 0.6% 0.86% -
XYZ 29.08 31.65 72.29 -
YUV 143.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 87 158 220 0.60 0.28 0 0.14 207.97 0.66 0.6
Hex 57 9E DC 3C 1C 0 E D0 42 3C
Octal 127 236 334 74 34 0 16 320 102 74
Binary 1010111 10011110 11011100 111100 11100 0 1110 11010000 1000010 111100

Color Harmonies of #579EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579EDC

Black with #579EDC

Text Example


Text Example

White with #579EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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