#57ACBD

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

Shades of Viking #57ACBD

Tints of Viking #57ACBD

Color information

#57ACBD (or 0x57ACBD) is unknown color: approx Viking. HEX triplet: 57, AC and BD. RGB value is (87,172,189). Sum of RGB (Red+Green+Blue) = 87+172+189=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #57ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACBD is #A85342. Grayscale: #949494. Windows color (decimal): -11031363 or 12430423. OLE color: 12430423.

HSL color Cylindrical-coordinate representation of color #57ACBD: hue angle of 190º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57ACBD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87172189-
CMYK0.540.0900.26
HSL190º43.59%54.12%-
HSV(B)190º53.97%74.12%-
XYZ27.8735.2153.47-
YUV148.52150.8484.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=19.42%
G=38.39%
B=42.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871721890.540.0900.2619043.5954.12
Hex57ACBD36901Abe2c36
Octal12725427566110322765466
Binary10101111010110010111101110110100101101010111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,172,189); }

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

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

 a { background-color: rgb(87,172,189); }

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

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

 span { border-color: rgb(87,172,189); }

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