#55BEC6

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

Shades of Viking #55BEC6

Tints of Viking #55BEC6

Color information

#55BEC6 (or 0x55BEC6) is unknown color: approx Viking. HEX triplet: 55, BE and C6. RGB value is (85,190,198). Sum of RGB (Red+Green+Blue) = 85+190+198=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #55BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEC6 is #AA4139. Grayscale: #9F9F9F. Windows color (decimal): -11157818 or 13024853. OLE color: 13024853.

HSL color Cylindrical-coordinate representation of color #55BEC6: hue angle of 184.25º 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 #55BEC6 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85190198-
CMYK0.570.0400.22
HSL184.25º49.78%55.49%-
HSV(B)184.25º57.07%77.65%-
XYZ32.3542.8459.99-
YUV159.52149.7174.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.97%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=17.97%
G=40.17%
B=41.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851901980.570.0400.22184.2549.7855.49
Hex55BEC6394016b83237
Octal1252763067140262706267
Binary1010101101111101100011011100110001011010111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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