#57ADCA

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

Shades of Viking #57ADCA

Tints of Viking #57ADCA

Color information

#57ADCA (or 0x57ADCA) is unknown color: approx Viking. HEX triplet: 57, AD and CA. RGB value is (87,173,202). Sum of RGB (Red+Green+Blue) = 87+173+202=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #57ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADCA is #A85235. Grayscale: #969696. Windows color (decimal): -11031094 or 13282647. OLE color: 13282647.

HSL color Cylindrical-coordinate representation of color #57ADCA: hue angle of 195.13º 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 #57ADCA is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87173202-
CMYK0.570.1400.21
HSL195.13º52.04%56.67%-
HSV(B)195.13º56.93%79.22%-
XYZ29.5336.1861.3-
YUV150.59157.0182.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.83%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=18.83%
G=37.45%
B=43.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871732020.570.1400.21195.1352.0456.67
Hex57ADCA39E015c33439
Octal12725531271160253036471
Binary10101111010110111001010111001111001010111000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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