Html Css Color HEX #55ACBA Viking

📋 copy color: '#55ACBA'

red 85 ◦ green 172 ◦ blue 186

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

Shades of Viking #55ACBA

Tints of Viking #55ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

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

R = 19.19%
G = 38.83%
B = 41.99%

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

#55ACBA (or 0x55ACBA) is known color: Viking. HEX triplet: 55, AC and BA. RGB value is (85,172,186). Sum of RGB (Red+Green+Blue) = 85+172+186=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #55ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACBA is #AA5345. Grayscale: #939393. Windows color (decimal): -11162438 or 12233813. OLE color: 12233813.

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

Color convert

RGB 85 172 186 -
CMYK 0.54 0.08 0 0.27
HSL 188.32º 0.42% 0.53% -
HSV(B) 188.32º 0.54% 0.73% -
XYZ 27.36 34.98 51.76 -
YUV 147.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 85 172 186 0.54 0.08 0 0.27 188.32 0.42 0.53
Hex 55 AC BA 36 8 0 1B BC 2A 35
Octal 125 254 272 66 10 0 33 274 52 65
Binary 1010101 10101100 10111010 110110 1000 0 11011 10111100 101010 110101

Color Harmonies of #55ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACBA

Black with #55ACBA

Text Example


Text Example

White with #55ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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