Html Css Color HEX #57ADBD Viking

📋 copy color: '#57ADBD'

red 87 ◦ green 173 ◦ blue 189

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

Shades of Viking #57ADBD

Tints of Viking #57ADBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 19.38%
G = 38.53%
B = 42.09%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#57ADBD (or 0x57ADBD) is known color: Viking. HEX triplet: 57, AD and BD. RGB value is (87,173,189). Sum of RGB (Red+Green+Blue) = 87+173+189=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #57ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADBD is #A85242. Grayscale: #949494. Windows color (decimal): -11031107 or 12430679. OLE color: 12430679.

HSL color Cylindrical-coordinate representation of color #57ADBD: hue angle of 189.41º 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 #57ADBD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 173 189 -
CMYK 0.54 0.08 0 0.26
HSL 189.41º 0.44% 0.54% -
HSV(B) 189.41º 0.54% 0.74% -
XYZ 28.06 35.59 53.53 -
YUV 149.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 87 173 189 0.54 0.08 0 0.26 189.41 0.44 0.54
Hex 57 AD BD 36 8 0 1A BD 2C 36
Octal 127 255 275 66 10 0 32 275 54 66
Binary 1010111 10101101 10111101 110110 1000 0 11010 10111101 101100 110110

Color Harmonies of #57ADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADBD

Black with #57ADBD

Text Example


Text Example

White with #57ADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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