#55BEC3

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

Shades of Viking #55BEC3

Tints of Viking #55BEC3

Color information

#55BEC3 (or 0x55BEC3) is unknown color: approx Viking. HEX triplet: 55, BE and C3. RGB value is (85,190,195). Sum of RGB (Red+Green+Blue) = 85+190+195=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #55BEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEC3 is #AA413C. Grayscale: #9F9F9F. Windows color (decimal): -11157821 or 12828245. OLE color: 12828245.

HSL color Cylindrical-coordinate representation of color #55BEC3: hue angle of 182.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BEC3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85190195-
CMYK0.560.0300.24
HSL182.73º47.83%54.9%-
HSV(B)182.73º56.41%76.47%-
XYZ32.0142.758.18-
YUV159.17148.2175.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=18.09%
G=40.43%
B=41.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851901950.560.0300.24182.7347.8354.9
Hex55BEC3383018b73037
Octal1252763037030302676067
Binary101010110111110110000111110001101100010110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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