#53B7C0

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

Shades of Viking #53B7C0

Tints of Viking #53B7C0

Color information

#53B7C0 (or 0x53B7C0) is unknown color: approx Viking. HEX triplet: 53, B7 and C0. RGB value is (83,183,192). Sum of RGB (Red+Green+Blue) = 83+183+192=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #53B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7C0 is #AC483F. Grayscale: #999999. Windows color (decimal): -11290688 or 12629843. OLE color: 12629843.

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

Color convert

RGB83183192-
CMYK0.570.0500.25
HSL184.95º46.38%53.92%-
HSV(B)184.95º56.77%75.29%-
XYZ30.0239.5155.91-
YUV154.13149.3777.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=18.12%
G=39.96%
B=41.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831831920.570.0500.25184.9546.3853.92
Hex53B7C0395019b92e36
Octal1232673007150312715666
Binary1010011101101111100000011100110101100110111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,183,192); }

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

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

 a { background-color: rgb(83,183,192); }

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

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

 span { border-color: rgb(83,183,192); }

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