#55BDC6

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

Shades of Viking #55BDC6

Tints of Viking #55BDC6

Color information

#55BDC6 (or 0x55BDC6) is unknown color: approx Viking. HEX triplet: 55, BD and C6. RGB value is (85,189,198). Sum of RGB (Red+Green+Blue) = 85+189+198=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #55BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDC6 is #AA4239. Grayscale: #9E9E9E. Windows color (decimal): -11158074 or 13024597. OLE color: 13024597.

HSL color Cylindrical-coordinate representation of color #55BDC6: hue angle of 184.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55BDC6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85189198-
CMYK0.570.0500.22
HSL184.78º49.78%55.49%-
HSV(B)184.78º57.07%77.65%-
XYZ32.1442.459.92-
YUV158.93150.0475.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=18.01%
G=40.04%
B=41.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851891980.570.0500.22184.7849.7855.49
Hex55BDC6395016b93237
Octal1252753067150262716267
Binary1010101101111011100011011100110101011010111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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