#55BFBD

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

Shades of Viking #55BFBD

Tints of Viking #55BFBD

Color information

#55BFBD (or 0x55BFBD) is unknown color: approx Viking. HEX triplet: 55, BF and BD. RGB value is (85,191,189). Sum of RGB (Red+Green+Blue) = 85+191+189=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFBD is #AA4042. Grayscale: #9E9E9E. Windows color (decimal): -11157571 or 12435285. OLE color: 12435285.

HSL color Cylindrical-coordinate representation of color #55BFBD: hue angle of 178.87º 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 #55BFBD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB85191189-
CMYK0.5500.010.25
HSL178.87º45.3%54.12%-
HSV(B)178.87º55.5%74.9%-
XYZ31.5642.8754.75-
YUV159.08144.8875.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=18.28%
G=41.08%
B=40.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911890.5500.010.25178.8745.354.12
Hex55BFBD370119b32d36
Octal1252772756701312635566
Binary10101011011111110111101110111011100110110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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