#55B0CA

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

Shades of Viking #55B0CA

Tints of Viking #55B0CA

Color information

#55B0CA (or 0x55B0CA) is unknown color: approx Viking. HEX triplet: 55, B0 and CA. RGB value is (85,176,202). Sum of RGB (Red+Green+Blue) = 85+176+202=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #55B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0CA is #AA4F35. Grayscale: #979797. Windows color (decimal): -11161398 or 13283413. OLE color: 13283413.

HSL color Cylindrical-coordinate representation of color #55B0CA: hue angle of 193.33º 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 #55B0CA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85176202-
CMYK0.580.1300.21
HSL193.33º52.47%56.27%-
HSV(B)193.33º57.92%79.22%-
XYZ29.9337.2561.49-
YUV151.76156.3580.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=18.36%
G=38.01%
B=43.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851762020.580.1300.21193.3352.4756.27
Hex55B0CA3AD015c13438
Octal12526031272150253016470
Binary10101011011000011001010111010110101010111000001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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