#57AFC3

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

Shades of Viking #57AFC3

Tints of Viking #57AFC3

Color information

#57AFC3 (or 0x57AFC3) is unknown color: approx Viking. HEX triplet: 57, AF and C3. RGB value is (87,175,195). Sum of RGB (Red+Green+Blue) = 87+175+195=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #57AFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFC3 is #A8503C. Grayscale: #969696. Windows color (decimal): -11030589 or 12824407. OLE color: 12824407.

HSL color Cylindrical-coordinate representation of color #57AFC3: hue angle of 191.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57AFC3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87175195-
CMYK0.550.1000.24
HSL191.11º47.37%55.29%-
HSV(B)191.11º55.38%76.47%-
XYZ29.1136.6357.17-
YUV150.97152.8582.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.04%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=19.04%
G=38.29%
B=42.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871751950.550.1000.24191.1147.3755.29
Hex57AFC337A018bf2f37
Octal12725730367120302775767
Binary10101111010111111000011110111101001100010111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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