#55C1CD

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

Shades of Viking #55C1CD

Tints of Viking #55C1CD

Color information

#55C1CD (or 0x55C1CD) is unknown color: approx Viking. HEX triplet: 55, C1 and CD. RGB value is (85,193,205). Sum of RGB (Red+Green+Blue) = 85+193+205=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #55C1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1CD is #AA3E32. Grayscale: #A1A1A1. Windows color (decimal): -11157043 or 13484373. OLE color: 13484373.

HSL color Cylindrical-coordinate representation of color #55C1CD: hue angle of 186º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C1CD is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85193205-
CMYK0.590.0600.20
HSL186º54.55%56.86%-
HSV(B)186º58.54%80.39%-
XYZ33.8444.4864.56-
YUV162.08152.2273.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=17.60%
G=39.96%
B=42.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851932050.590.0600.2018654.5556.86
Hex55C1CD3B6014ba3739
Octal1253013157360242726771
Binary1010101110000011100110111101111001010010111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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