Html Css Color HEX #579DCA Picton Blue

📋 copy color: '#579DCA'

red 87 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #579DCA

Tints of Picton Blue #579DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 19.51%
G = 35.2%
B = 45.29%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#579DCA (or 0x579DCA) is known color: Picton Blue. HEX triplet: 57, 9D and CA. RGB value is (87,157,202). Sum of RGB (Red+Green+Blue) = 87+157+202=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #579DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579DCA is #A86235. Grayscale: #8C8C8C. Windows color (decimal): -11035190 or 13278551. OLE color: 13278551.

HSL color Cylindrical-coordinate representation of color #579DCA: hue angle of 203.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #579DCA is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 157 202 -
CMYK 0.57 0.22 0 0.21
HSL 203.48º 0.52% 0.57% -
HSV(B) 203.48º 0.57% 0.79% -
XYZ 26.65 30.4 60.34 -
YUV 141.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 87 157 202 0.57 0.22 0 0.21 203.48 0.52 0.57
Hex 57 9D CA 39 16 0 15 CB 34 39
Octal 127 235 312 71 26 0 25 313 64 71
Binary 1010111 10011101 11001010 111001 10110 0 10101 11001011 110100 111001

Color Harmonies of #579DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579DCA

Black with #579DCA

Text Example


Text Example

White with #579DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,157,202); }

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

background-color css

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

 a { background-color: rgb(87,157,202); }

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

border-color css

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

 span { border-color: rgb(87,157,202); }

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