Html Css Color HEX #57ADBB Viking

📋 copy color: '#57ADBB'

red 87 ◦ green 173 ◦ blue 187

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

Shades of Viking #57ADBB

Tints of Viking #57ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 19.46%
G = 38.7%
B = 41.83%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57ADBB (or 0x57ADBB) is known color: Viking. HEX triplet: 57, AD and BB. RGB value is (87,173,187). Sum of RGB (Red+Green+Blue) = 87+173+187=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #57ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADBB is #A85244. Grayscale: #949494. Windows color (decimal): -11031109 or 12299607. OLE color: 12299607.

HSL color Cylindrical-coordinate representation of color #57ADBB: hue angle of 188.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57ADBB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 173 187 -
CMYK 0.53 0.07 0 0.27
HSL 188.4º 0.42% 0.54% -
HSV(B) 188.4º 0.53% 0.73% -
XYZ 27.84 35.5 52.4 -
YUV 148.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 87 173 187 0.53 0.07 0 0.27 188.4 0.42 0.54
Hex 57 AD BB 35 7 0 1B BC 2A 36
Octal 127 255 273 65 7 0 33 274 52 66
Binary 1010111 10101101 10111011 110101 111 0 11011 10111100 101010 110110

Color Harmonies of #57ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADBB

Black with #57ADBB

Text Example


Text Example

White with #57ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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