#57B5CA

Color #57B5CA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #57B5CA

Tints of Viking #57B5CA

Color information

#57B5CA (or 0x57B5CA) is unknown color: approx Viking. HEX triplet: 57, B5 and CA. RGB value is (87,181,202). Sum of RGB (Red+Green+Blue) = 87+181+202=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5CA is #A84A35. Grayscale: #9B9B9B. Windows color (decimal): -11029046 or 13284695. OLE color: 13284695.

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

Color convert

RGB87181202-
CMYK0.570.1000.21
HSL190.96º52.04%56.67%-
HSV(B)190.96º56.93%79.22%-
XYZ31.1239.3461.83-
YUV155.29154.3679.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.51%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=18.51%
G=38.51%
B=42.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871812020.570.1000.21190.9652.0456.67
Hex57B5CA39A015bf3439
Octal12726531271120252776471
Binary10101111011010111001010111001101001010110111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,181,202); }

 H1.HeaderClassName
 {
   color: #57B5CA;
 }
 .AnyTagClassName
 {
   color: #57B5CA;
 }
</style>
background-color css

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

 a { background-color: rgb(87,181,202); }

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

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

 span { border-color: rgb(87,181,202); }

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