Html Css Color HEX #57BACD Viking

📋 copy color: '#57BACD'

red 87 ◦ green 186 ◦ blue 205

#57BACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #57BACD

Tints of Viking #57BACD

RGB

 RED value IS 87 (34.38% from 255) = 18.2%

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 18.2%
G = 38.91%
B = 42.89%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57BACD (or 0x57BACD) is known color: Viking. HEX triplet: 57, BA and CD. RGB value is (87,186,205). Sum of RGB (Red+Green+Blue) = 87+186+205=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BACD is #A84532. Grayscale: #9E9E9E. Windows color (decimal): -11027763 or 13482583. OLE color: 13482583.

HSL color Cylindrical-coordinate representation of color #57BACD: hue angle of 189.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BACD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 186 205 -
CMYK 0.58 0.09 0 0.20
HSL 189.66º 0.54% 0.57% -
HSV(B) 189.66º 0.58% 0.8% -
XYZ 32.51 41.55 64.06 -
YUV 158.57 154.2 76.96 -
System Red Green Blue C M Y K H S L
Decimal 87 186 205 0.58 0.09 0 0.20 189.66 0.54 0.57
Hex 57 BA CD 3A 9 0 14 BE 36 39
Octal 127 272 315 72 11 0 24 276 66 71
Binary 1010111 10111010 11001101 111010 1001 0 10100 10111110 110110 111001

Color Harmonies of #57BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BACD

Black with #57BACD

Text Example


Text Example

White with #57BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,186,205); }

 H1.HeaderClassName
 {
   color: #57BACD;
 }
 .AnyTagClassName
 {
   color: #57BACD;
 }
</style>

background-color css

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

 a { background-color: rgb(87,186,205); }

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

border-color css

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

 span { border-color: rgb(87,186,205); }

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