Html Css Color HEX #55ABBA Viking

📋 copy color: '#55ABBA'

red 85 ◦ green 171 ◦ blue 186

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

Shades of Viking #55ABBA

Tints of Viking #55ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 19.23%
G = 38.69%
B = 42.08%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55ABBA (or 0x55ABBA) is known color: Viking. HEX triplet: 55, AB and BA. RGB value is (85,171,186). Sum of RGB (Red+Green+Blue) = 85+171+186=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #55ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABBA is #AA5445. Grayscale: #929292. Windows color (decimal): -11162694 or 12233557. OLE color: 12233557.

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

Color convert

RGB 85 171 186 -
CMYK 0.54 0.08 0 0.27
HSL 188.91º 0.42% 0.53% -
HSV(B) 188.91º 0.54% 0.73% -
XYZ 27.17 34.6 51.7 -
YUV 147 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 85 171 186 0.54 0.08 0 0.27 188.91 0.42 0.53
Hex 55 AB BA 36 8 0 1B BD 2A 35
Octal 125 253 272 66 10 0 33 275 52 65
Binary 1010101 10101011 10111010 110110 1000 0 11011 10111101 101010 110101

Color Harmonies of #55ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABBA

Black with #55ABBA

Text Example


Text Example

White with #55ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,186); }

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

background-color css

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

 a { background-color: rgb(85,171,186); }

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

border-color css

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

 span { border-color: rgb(85,171,186); }

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