Html Css Color HEX #57ADC0 Viking

📋 copy color: '#57ADC0'

red 87 ◦ green 173 ◦ blue 192

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

Shades of Viking #57ADC0

Tints of Viking #57ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

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

R = 19.25%
G = 38.27%
B = 42.48%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57ADC0 (or 0x57ADC0) is known color: Viking. HEX triplet: 57, AD and C0. RGB value is (87,173,192). Sum of RGB (Red+Green+Blue) = 87+173+192=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #57ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADC0 is #A8523F. Grayscale: #959595. Windows color (decimal): -11031104 or 12627287. OLE color: 12627287.

HSL color Cylindrical-coordinate representation of color #57ADC0: hue angle of 190.86º 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 #57ADC0 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 173 192 -
CMYK 0.55 0.10 0 0.25
HSL 190.86º 0.45% 0.55% -
HSV(B) 190.86º 0.55% 0.75% -
XYZ 28.39 35.72 55.27 -
YUV 149.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 87 173 192 0.55 0.10 0 0.25 190.86 0.45 0.55
Hex 57 AD C0 37 A 0 19 BF 2D 37
Octal 127 255 300 67 12 0 31 277 55 67
Binary 1010111 10101101 11000000 110111 1010 0 11001 10111111 101101 110111

Color Harmonies of #57ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADC0

Black with #57ADC0

Text Example


Text Example

White with #57ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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