#55B3CA

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

Shades of Viking #55B3CA

Tints of Viking #55B3CA

Color information

#55B3CA (or 0x55B3CA) is unknown color: approx Viking. HEX triplet: 55, B3 and CA. RGB value is (85,179,202). Sum of RGB (Red+Green+Blue) = 85+179+202=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #55B3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3CA is #AA4C35. Grayscale: #999999. Windows color (decimal): -11160630 or 13284181. OLE color: 13284181.

HSL color Cylindrical-coordinate representation of color #55B3CA: hue angle of 191.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B3CA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85179202-
CMYK0.580.1100.21
HSL191.79º52.47%56.27%-
HSV(B)191.79º57.92%79.22%-
XYZ30.5338.4461.69-
YUV153.52155.3679.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.24%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=18.24%
G=38.41%
B=43.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851792020.580.1100.21191.7952.4756.27
Hex55B3CA3AB015c03438
Octal12526331272130253006470
Binary10101011011001111001010111010101101010111000000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,179,202); }

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

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

 a { background-color: rgb(85,179,202); }

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

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

 span { border-color: rgb(85,179,202); }

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