#55B9C1

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

Shades of Viking #55B9C1

Tints of Viking #55B9C1

Color information

#55B9C1 (or 0x55B9C1) is unknown color: approx Viking. HEX triplet: 55, B9 and C1. RGB value is (85,185,193). Sum of RGB (Red+Green+Blue) = 85+185+193=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #55B9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9C1 is #AA463E. Grayscale: #9B9B9B. Windows color (decimal): -11159103 or 12695893. OLE color: 12695893.

HSL color Cylindrical-coordinate representation of color #55B9C1: hue angle of 184.44º degrees, saturation: 0.47, 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 #55B9C1 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85185193-
CMYK0.560.0400.24
HSL184.44º46.55%54.51%-
HSV(B)184.44º55.96%75.69%-
XYZ30.7240.4856.65-
YUV156.01148.8777.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=18.36%
G=39.96%
B=41.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851851930.560.0400.24184.4446.5554.51
Hex55B9C1384018b82f37
Octal1252713017040302705767
Binary1010101101110011100000111100010001100010111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,185,193); }

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

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

 a { background-color: rgb(85,185,193); }

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

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

 span { border-color: rgb(85,185,193); }

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