#53B0D7

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

Shades of Viking #53B0D7

Tints of Viking #53B0D7

Color information

#53B0D7 (or 0x53B0D7) is unknown color: approx Viking. HEX triplet: 53, B0 and D7. RGB value is (83,176,215). Sum of RGB (Red+Green+Blue) = 83+176+215=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #53B0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B0D7 is #AC4F28. Grayscale: #989898. Windows color (decimal): -11292457 or 14135379. OLE color: 14135379.

HSL color Cylindrical-coordinate representation of color #53B0D7: hue angle of 197.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53B0D7 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83176215-
CMYK0.610.1800.16
HSL197.73º62.26%58.43%-
HSV(B)197.73º61.4%84.31%-
XYZ31.3637.869.93-
YUV152.64163.1978.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.51%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=17.51%
G=37.13%
B=45.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831762150.610.1800.16197.7362.2658.43
Hex53B0D73D12010c63e3a
Octal12326032775220203067672
Binary101001110110000110101111111011001001000011000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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