Html Css Color HEX #57A5C6 Picton Blue

📋 copy color: '#57A5C6'

red 87 ◦ green 165 ◦ blue 198

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

Shades of Picton Blue #57A5C6

Tints of Picton Blue #57A5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 19.33%
G = 36.67%
B = 44%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#57A5C6 (or 0x57A5C6) is known color: Picton Blue. HEX triplet: 57, A5 and C6. RGB value is (87,165,198). Sum of RGB (Red+Green+Blue) = 87+165+198=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #57A5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A5C6 is #A85A39. Grayscale: #919191. Windows color (decimal): -11033146 or 13018455. OLE color: 13018455.

HSL color Cylindrical-coordinate representation of color #57A5C6: hue angle of 197.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57A5C6 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 165 198 -
CMYK 0.56 0.17 0 0.22
HSL 197.84º 0.49% 0.56% -
HSV(B) 197.84º 0.56% 0.78% -
XYZ 27.58 33.01 58.34 -
YUV 145.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 87 165 198 0.56 0.17 0 0.22 197.84 0.49 0.56
Hex 57 A5 C6 38 11 0 16 C6 31 38
Octal 127 245 306 70 21 0 26 306 61 70
Binary 1010111 10100101 11000110 111000 10001 0 10110 11000110 110001 111000

Color Harmonies of #57A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5C6

Black with #57A5C6

Text Example


Text Example

White with #57A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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