#57AFCA

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

Shades of Viking #57AFCA

Tints of Viking #57AFCA

Color information

#57AFCA (or 0x57AFCA) is unknown color: approx Viking. HEX triplet: 57, AF and CA. RGB value is (87,175,202). Sum of RGB (Red+Green+Blue) = 87+175+202=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #57AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFCA is #A85035. Grayscale: #979797. Windows color (decimal): -11030582 or 13283159. OLE color: 13283159.

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

Color convert

RGB87175202-
CMYK0.570.1300.21
HSL194.09º52.04%56.67%-
HSV(B)194.09º56.93%79.22%-
XYZ29.9236.9561.43-
YUV151.77156.3581.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.75%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=18.75%
G=37.72%
B=43.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871752020.570.1300.21194.0952.0456.67
Hex57AFCA39D015c23439
Octal12725731271150253026471
Binary10101111010111111001010111001110101010111000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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