#59BED0

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

Shades of Viking #59BED0

Tints of Viking #59BED0

Color information

#59BED0 (or 0x59BED0) is unknown color: approx Viking. HEX triplet: 59, BE and D0. RGB value is (89,190,208). Sum of RGB (Red+Green+Blue) = 89+190+208=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #59BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BED0 is #A6412F. Grayscale: #A1A1A1. Windows color (decimal): -10895664 or 13680217. OLE color: 13680217.

HSL color Cylindrical-coordinate representation of color #59BED0: hue angle of 189.08º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59BED0 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89190208-
CMYK0.570.0900.18
HSL189.08º55.87%58.24%-
HSV(B)189.08º57.21%81.57%-
XYZ33.9243.566.28-
YUV161.85154.0476.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=18.28%
G=39.01%
B=42.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891902080.570.0900.18189.0855.8758.24
Hex59BED0399012bd383a
Octal13127632071110222757072
Binary10110011011111011010000111001100101001010111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BED0; }

 p { color: rgb(89,190,208); }

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

<style>
 a { background-color: #59BED0; }

 a { background-color: rgb(89,190,208); }

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

<style>
 span { border-color: #59BED0; }

 span { border-color: rgb(89,190,208); }

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