Html Css Color HEX #57BDC0 Viking

📋 copy color: '#57BDC0'

red 87 ◦ green 189 ◦ blue 192

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

Shades of Viking #57BDC0

Tints of Viking #57BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 18.59%
G = 40.38%
B = 41.03%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57BDC0 (or 0x57BDC0) is known color: Viking. HEX triplet: 57, BD and C0. RGB value is (87,189,192). Sum of RGB (Red+Green+Blue) = 87+189+192=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #57BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDC0 is #A8423F. Grayscale: #9E9E9E. Windows color (decimal): -11027008 or 12631383. OLE color: 12631383.

HSL color Cylindrical-coordinate representation of color #57BDC0: hue angle of 181.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BDC0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 189 192 -
CMYK 0.55 0.02 0 0.25
HSL 181.71º 0.45% 0.55% -
HSV(B) 181.71º 0.55% 0.75% -
XYZ 31.64 42.23 56.35 -
YUV 158.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 87 189 192 0.55 0.02 0 0.25 181.71 0.45 0.55
Hex 57 BD C0 37 2 0 19 B6 2D 37
Octal 127 275 300 67 2 0 31 266 55 67
Binary 1010111 10111101 11000000 110111 10 0 11001 10110110 101101 110111

Color Harmonies of #57BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDC0

Black with #57BDC0

Text Example


Text Example

White with #57BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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