Html Css Color HEX #57A3CD Picton Blue

📋 copy color: '#57A3CD'

red 87 ◦ green 163 ◦ blue 205

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

Shades of Picton Blue #57A3CD

Tints of Picton Blue #57A3CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 19.12%
G = 35.82%
B = 45.05%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57A3CD (or 0x57A3CD) is known color: Picton Blue. HEX triplet: 57, A3 and CD. RGB value is (87,163,205). Sum of RGB (Red+Green+Blue) = 87+163+205=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #57A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3CD is #A85C32. Grayscale: #909090. Windows color (decimal): -11033651 or 13476695. OLE color: 13476695.

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

Color convert

RGB 87 163 205 -
CMYK 0.58 0.20 0 0.20
HSL 201.36º 0.54% 0.57% -
HSV(B) 201.36º 0.58% 0.8% -
XYZ 28.05 32.63 62.58 -
YUV 145.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 87 163 205 0.58 0.20 0 0.20 201.36 0.54 0.57
Hex 57 A3 CD 3A 14 0 14 C9 36 39
Octal 127 243 315 72 24 0 24 311 66 71
Binary 1010111 10100011 11001101 111010 10100 0 10100 11001001 110110 111001

Color Harmonies of #57A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A3CD

Black with #57A3CD

Text Example


Text Example

White with #57A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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