Html Css Color HEX #57A3C8 Picton Blue

📋 copy color: '#57A3C8'

red 87 ◦ green 163 ◦ blue 200

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

Shades of Picton Blue #57A3C8

Tints of Picton Blue #57A3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 19.33%
G = 36.22%
B = 44.44%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#57A3C8 (or 0x57A3C8) is known color: Picton Blue. HEX triplet: 57, A3 and C8. RGB value is (87,163,200). Sum of RGB (Red+Green+Blue) = 87+163+200=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #57A3C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3C8 is #A85C37. Grayscale: #909090. Windows color (decimal): -11033656 or 13149015. OLE color: 13149015.

HSL color Cylindrical-coordinate representation of color #57A3C8: hue angle of 199.65º degrees, saturation: 0.51, 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 #57A3C8 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 163 200 -
CMYK 0.56 0.18 0 0.22
HSL 199.65º 0.51% 0.56% -
HSV(B) 199.65º 0.57% 0.78% -
XYZ 27.45 32.39 59.45 -
YUV 144.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 87 163 200 0.56 0.18 0 0.22 199.65 0.51 0.56
Hex 57 A3 C8 38 12 0 16 C8 33 38
Octal 127 243 310 70 22 0 26 310 63 70
Binary 1010111 10100011 11001000 111000 10010 0 10110 11001000 110011 111000

Color Harmonies of #57A3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A3C8

Black with #57A3C8

Text Example


Text Example

White with #57A3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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