Html Css Color HEX #57A6CA Picton Blue

📋 copy color: '#57A6CA'

red 87 ◦ green 166 ◦ blue 202

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

Shades of Picton Blue #57A6CA

Tints of Picton Blue #57A6CA

RGB

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

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

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

R = 19.12%
G = 36.48%
B = 44.4%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57A6CA (or 0x57A6CA) is known color: Picton Blue. HEX triplet: 57, A6 and CA. RGB value is (87,166,202). Sum of RGB (Red+Green+Blue) = 87+166+202=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #57A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A6CA is #A85935. Grayscale: #929292. Windows color (decimal): -11032886 or 13280855. OLE color: 13280855.

HSL color Cylindrical-coordinate representation of color #57A6CA: hue angle of 198.78º 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 #57A6CA is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 166 202 -
CMYK 0.57 0.18 0 0.21
HSL 198.78º 0.52% 0.57% -
HSV(B) 198.78º 0.57% 0.79% -
XYZ 28.23 33.56 60.87 -
YUV 146.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 87 166 202 0.57 0.18 0 0.21 198.78 0.52 0.57
Hex 57 A6 CA 39 12 0 15 C7 34 39
Octal 127 246 312 71 22 0 25 307 64 71
Binary 1010111 10100110 11001010 111001 10010 0 10101 11000111 110100 111001

Color Harmonies of #57A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A6CA

Black with #57A6CA

Text Example


Text Example

White with #57A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A6CA; }

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

 H1.HeaderClassName
 {
   color: #57A6CA;
 }
 .AnyTagClassName
 {
   color: #57A6CA;
 }
</style>

background-color css

<style>
 a { background-color: #57A6CA; }

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

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

border-color css

<style>
 span { border-color: #57A6CA; }

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

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