#53B0BE

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

Shades of Viking #53B0BE

Tints of Viking #53B0BE

Color information

#53B0BE (or 0x53B0BE) is unknown color: approx Viking. HEX triplet: 53, B0 and BE. RGB value is (83,176,190). Sum of RGB (Red+Green+Blue) = 83+176+190=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #53B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B0BE is #AC4F41. Grayscale: #959595. Windows color (decimal): -11292482 or 12496979. OLE color: 12496979.

HSL color Cylindrical-coordinate representation of color #53B0BE: hue angle of 187.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B0BE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83176190-
CMYK0.560.0700.25
HSL187.85º45.15%53.53%-
HSV(B)187.85º56.32%74.51%-
XYZ28.3936.6154.28-
YUV149.79150.6980.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=18.49%
G=39.20%
B=42.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831761900.560.0700.25187.8545.1553.53
Hex53B0BE387019bc2d36
Octal1232602767070312745566
Binary1010011101100001011111011100011101100110111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B0BE; }

 p { color: rgb(83,176,190); }

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

<style>
 a { background-color: #53B0BE; }

 a { background-color: rgb(83,176,190); }

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

<style>
 span { border-color: #53B0BE; }

 span { border-color: rgb(83,176,190); }

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