Html Css Color HEX #55ADBB Viking

📋 copy color: '#55ADBB'

red 85 ◦ green 173 ◦ blue 187

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

Shades of Viking #55ADBB

Tints of Viking #55ADBB

RGB

 RED value IS 85 (33.59% from 255) = 19.1%

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

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

R = 19.1%
G = 38.88%
B = 42.02%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55ADBB (or 0x55ADBB) is known color: Viking. HEX triplet: 55, AD and BB. RGB value is (85,173,187). Sum of RGB (Red+Green+Blue) = 85+173+187=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #55ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADBB is #AA5244. Grayscale: #949494. Windows color (decimal): -11162181 or 12299605. OLE color: 12299605.

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

Color convert

RGB 85 173 187 -
CMYK 0.55 0.07 0 0.27
HSL 188.24º 0.43% 0.53% -
HSV(B) 188.24º 0.55% 0.73% -
XYZ 27.66 35.41 52.39 -
YUV 148.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 85 173 187 0.55 0.07 0 0.27 188.24 0.43 0.53
Hex 55 AD BB 37 7 0 1B BC 2B 35
Octal 125 255 273 67 7 0 33 274 53 65
Binary 1010101 10101101 10111011 110111 111 0 11011 10111100 101011 110101

Color Harmonies of #55ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADBB

Black with #55ADBB

Text Example


Text Example

White with #55ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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