#55b4bf

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

Shades of Viking #55B4BF

Tints of Viking #55B4BF

Color information

#55B4BF (or 0x55B4BF) is unknown color: approx Viking. HEX triplet: 55, B4 and BF. RGB value is (85,180,191). Sum of RGB (Red+Green+Blue) = 85+180+191=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4BF is #AA4B40. Grayscale: #989898. Windows color (decimal): -11160385 or 12563541. OLE color: 12563541.

HSL color Cylindrical-coordinate representation of color #55B4BF: hue angle of 186.23º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B4BF is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85180191-
CMYK0.550.0600.25
HSL186.23º45.3%54.12%-
HSV(B)186.23º55.5%74.9%-
XYZ29.4738.3455.14-
YUV152.85149.5379.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 191 (75% from 255) = 41.89%
R=18.64%
G=39.47%
B=41.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851801910.550.0600.25186.2345.354.12
Hex55B4BF376019ba2d36
Octal1252642776760312725566
Binary1010101101101001011111111011111001100110111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55b4bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,191); }

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

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

 a { background-color: rgb(85,180,191); }

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

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

 span { border-color: rgb(85,180,191); }

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