#55BBD5

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

Shades of Viking #55BBD5

Tints of Viking #55BBD5

Color information

#55BBD5 (or 0x55BBD5) is unknown color: approx Viking. HEX triplet: 55, BB and D5. RGB value is (85,187,213). Sum of RGB (Red+Green+Blue) = 85+187+213=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #55BBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBD5 is #AA442A. Grayscale: #9F9F9F. Windows color (decimal): -11158571 or 14007125. OLE color: 14007125.

HSL color Cylindrical-coordinate representation of color #55BBD5: hue angle of 192.19º 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 #55BBD5 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85187213-
CMYK0.600.1200.16
HSL192.19º60.38%58.43%-
HSV(B)192.19º60.09%83.53%-
XYZ33.5342.2869.34-
YUV159.47158.2174.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=17.53%
G=38.56%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851872130.600.1200.16192.1960.3858.43
Hex55BBD53CC010c03c3a
Octal12527332574140203007472
Binary10101011011101111010101111100110001000011000000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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