#53BCD3

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

Shades of Viking #53BCD3

Tints of Viking #53BCD3

Color information

#53BCD3 (or 0x53BCD3) is unknown color: approx Viking. HEX triplet: 53, BC and D3. RGB value is (83,188,211). Sum of RGB (Red+Green+Blue) = 83+188+211=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #53BCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCD3 is #AC432C. Grayscale: #9F9F9F. Windows color (decimal): -11289389 or 13876307. OLE color: 13876307.

HSL color Cylindrical-coordinate representation of color #53BCD3: hue angle of 190.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BCD3 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83188211-
CMYK0.610.1100.17
HSL190.78º59.26%57.65%-
HSV(B)190.78º60.66%82.75%-
XYZ33.3142.5168.08-
YUV159.23157.2173.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=17.22%
G=39.00%
B=43.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831882110.610.1100.17190.7859.2657.65
Hex53BCD33DB011bf3b3a
Octal12327432375130212777372
Binary10100111011110011010011111101101101000110111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,211); }

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

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

 a { background-color: rgb(83,188,211); }

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

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

 span { border-color: rgb(83,188,211); }

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