#55B9BC

Color #55B9BC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55B9BC

Tints of Viking #55B9BC

Color information

#55B9BC (or 0x55B9BC) is unknown color: approx Viking. HEX triplet: 55, B9 and BC. RGB value is (85,185,188). Sum of RGB (Red+Green+Blue) = 85+185+188=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #55B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9BC is #AA4643. Grayscale: #9B9B9B. Windows color (decimal): -11159108 or 12368213. OLE color: 12368213.

HSL color Cylindrical-coordinate representation of color #55B9BC: hue angle of 181.75º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B9BC is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85185188-
CMYK0.550.0200.26
HSL181.75º43.46%53.53%-
HSV(B)181.75º54.79%73.73%-
XYZ30.1740.2653.76-
YUV155.44146.3777.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.56%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=18.56%
G=40.39%
B=41.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851851880.550.0200.26181.7543.4653.53
Hex55B9BC37201Ab62b36
Octal1252712746720322665366
Binary101010110111001101111001101111001101010110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,185,188); }

 H1.HeaderClassName
 {
   color: #55B9BC;
 }
 .AnyTagClassName
 {
   color: #55B9BC;
 }
</style>
background-color css

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

 a { background-color: rgb(85,185,188); }

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

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

 span { border-color: rgb(85,185,188); }

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