#55BDC1

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

Shades of Viking #55BDC1

Tints of Viking #55BDC1

Color information

#55BDC1 (or 0x55BDC1) is unknown color: approx Viking. HEX triplet: 55, BD and C1. RGB value is (85,189,193). Sum of RGB (Red+Green+Blue) = 85+189+193=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #55BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDC1 is #AA423E. Grayscale: #9E9E9E. Windows color (decimal): -11158079 or 12696917. OLE color: 12696917.

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

Color convert

RGB85189193-
CMYK0.560.0200.24
HSL182.22º46.55%54.51%-
HSV(B)182.22º55.96%75.69%-
XYZ31.5742.1856.93-
YUV158.36147.5475.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.20%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=18.20%
G=40.47%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851891930.560.0200.24182.2246.5554.51
Hex55BDC1382018b62f37
Octal1252753017020302665767
Binary101010110111101110000011110001001100010110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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