#55B3C8

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

Shades of Viking #55B3C8

Tints of Viking #55B3C8

Color information

#55B3C8 (or 0x55B3C8) is unknown color: approx Viking. HEX triplet: 55, B3 and C8. RGB value is (85,179,200). Sum of RGB (Red+Green+Blue) = 85+179+200=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #55B3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3C8 is #AA4C37. Grayscale: #999999. Windows color (decimal): -11160632 or 13153109. OLE color: 13153109.

HSL color Cylindrical-coordinate representation of color #55B3C8: hue angle of 190.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B3C8 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85179200-
CMYK0.580.1000.22
HSL190.96º51.11%55.88%-
HSV(B)190.96º57.5%78.43%-
XYZ30.2938.3460.45-
YUV153.29154.3679.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=18.32%
G=38.58%
B=43.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851792000.580.1000.22190.9651.1155.88
Hex55B3C83AA016bf3338
Octal12526331072120262776370
Binary10101011011001111001000111010101001011010111111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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