Html Css Color HEX #57A5CF Picton Blue

📋 copy color: '#57A5CF'

red 87 ◦ green 165 ◦ blue 207

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

Shades of Picton Blue #57A5CF

Tints of Picton Blue #57A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 18.95%
G = 35.95%
B = 45.1%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57A5CF (or 0x57A5CF) is known color: Picton Blue. HEX triplet: 57, A5 and CF. RGB value is (87,165,207). Sum of RGB (Red+Green+Blue) = 87+165+207=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #57A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A5CF is #A85A30. Grayscale: #929292. Windows color (decimal): -11033137 or 13608279. OLE color: 13608279.

HSL color Cylindrical-coordinate representation of color #57A5CF: hue angle of 201º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57A5CF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 165 207 -
CMYK 0.58 0.20 0 0.19
HSL 201º 0.56% 0.58% -
HSV(B) 201º 0.58% 0.81% -
XYZ 28.65 33.44 63.98 -
YUV 146.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 87 165 207 0.58 0.20 0 0.19 201 0.56 0.58
Hex 57 A5 CF 3A 14 0 13 C9 38 3A
Octal 127 245 317 72 24 0 23 311 70 72
Binary 1010111 10100101 11001111 111010 10100 0 10011 11001001 111000 111010

Color Harmonies of #57A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5CF

Black with #57A5CF

Text Example


Text Example

White with #57A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,165,207); }

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

background-color css

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

 a { background-color: rgb(87,165,207); }

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

border-color css

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

 span { border-color: rgb(87,165,207); }

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