#55C1D5

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

Shades of Viking #55C1D5

Tints of Viking #55C1D5

Color information

#55C1D5 (or 0x55C1D5) is unknown color: approx Viking. HEX triplet: 55, C1 and D5. RGB value is (85,193,213). Sum of RGB (Red+Green+Blue) = 85+193+213=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #55C1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1D5 is #AA3E2A. Grayscale: #A2A2A2. Windows color (decimal): -11157035 or 14008661. OLE color: 14008661.

HSL color Cylindrical-coordinate representation of color #55C1D5: hue angle of 189.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C1D5 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85193213-
CMYK0.600.0900.16
HSL189.38º60.38%58.43%-
HSV(B)189.38º60.09%83.53%-
XYZ34.8344.8869.78-
YUV162.99156.2272.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=17.31%
G=39.31%
B=43.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851932130.600.0900.16189.3860.3858.43
Hex55C1D53C9010bd3c3a
Octal12530132574110202757472
Binary10101011100000111010101111100100101000010111101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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