#53B7D1

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

Shades of Viking #53B7D1

Tints of Viking #53B7D1

Color information

#53B7D1 (or 0x53B7D1) is unknown color: approx Viking. HEX triplet: 53, B7 and D1. RGB value is (83,183,209). Sum of RGB (Red+Green+Blue) = 83+183+209=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #53B7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7D1 is #AC482E. Grayscale: #9B9B9B. Windows color (decimal): -11290671 or 13743955. OLE color: 13743955.

HSL color Cylindrical-coordinate representation of color #53B7D1: hue angle of 192.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B7D1 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83183209-
CMYK0.600.1200.18
HSL192.38º57.8%57.25%-
HSV(B)192.38º60.29%81.96%-
XYZ32.0140.3166.42-
YUV156.06157.8775.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.47%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 209 (82.03% from 255) = 44%
R=17.47%
G=38.53%
B=44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831832090.600.1200.18192.3857.857.25
Hex53B7D13CC012c03a39
Octal12326732174140223007271
Binary10100111011011111010001111100110001001011000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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