Html Css Color HEX #57A3C9 Picton Blue

📋 copy color: '#57A3C9'

red 87 ◦ green 163 ◦ blue 201

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

Shades of Picton Blue #57A3C9

Tints of Picton Blue #57A3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 19.29%
G = 36.14%
B = 44.57%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57A3C9 (or 0x57A3C9) is known color: Picton Blue. HEX triplet: 57, A3 and C9. RGB value is (87,163,201). Sum of RGB (Red+Green+Blue) = 87+163+201=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #57A3C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3C9 is #A85C36. Grayscale: #909090. Windows color (decimal): -11033655 or 13214551. OLE color: 13214551.

HSL color Cylindrical-coordinate representation of color #57A3C9: hue angle of 200º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A3C9 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 163 201 -
CMYK 0.57 0.19 0 0.21
HSL 200º 0.51% 0.56% -
HSV(B) 200º 0.57% 0.79% -
XYZ 27.57 32.44 60.07 -
YUV 144.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 87 163 201 0.57 0.19 0 0.21 200 0.51 0.56
Hex 57 A3 C9 39 13 0 15 C8 33 38
Octal 127 243 311 71 23 0 25 310 63 70
Binary 1010111 10100011 11001001 111001 10011 0 10101 11001000 110011 111000

Color Harmonies of #57A3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A3C9

Black with #57A3C9

Text Example


Text Example

White with #57A3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,163,201); }

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

background-color css

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

 a { background-color: rgb(87,163,201); }

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

border-color css

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

 span { border-color: rgb(87,163,201); }

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