#57b2d3

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

Shades of Viking #57B2D3

Tints of Viking #57B2D3

Color information

#57B2D3 (or 0x57B2D3) is unknown color: approx Viking. HEX triplet: 57, B2 and D3. RGB value is (87,178,211). Sum of RGB (Red+Green+Blue) = 87+178+211=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #57B2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2D3 is #A84D2C. Grayscale: #9A9A9A. Windows color (decimal): -11029805 or 13873751. OLE color: 13873751.

HSL color Cylindrical-coordinate representation of color #57B2D3: hue angle of 195.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57B2D3 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB87178211-
CMYK0.590.1600.17
HSL195.97º58.49%58.43%-
HSV(B)195.97º58.77%82.75%-
XYZ31.6138.5767.41-
YUV154.55159.8579.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.28%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 211 (82.81% from 255) = 44.33%
R=18.28%
G=37.39%
B=44.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal871782110.590.1600.17195.9758.4958.43
Hex57B2D33B10011c43a3a
Octal12726232373200213047272
Binary101011110110010110100111110111000001000111000100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57b2d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,178,211); }

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

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

 a { background-color: rgb(87,178,211); }

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

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

 span { border-color: rgb(87,178,211); }

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