#53BDC1

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

Shades of Viking #53BDC1

Tints of Viking #53BDC1

Color information

#53BDC1 (or 0x53BDC1) is unknown color: approx Viking. HEX triplet: 53, BD and C1. RGB value is (83,189,193). Sum of RGB (Red+Green+Blue) = 83+189+193=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #53BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDC1 is #AC423E. Grayscale: #9D9D9D. Windows color (decimal): -11289151 or 12696915. OLE color: 12696915.

HSL color Cylindrical-coordinate representation of color #53BDC1: hue angle of 182.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BDC1 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83189193-
CMYK0.570.0200.24
HSL182.18º47.01%54.12%-
HSV(B)182.18º56.99%75.69%-
XYZ31.3942.0856.92-
YUV157.76147.8874.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=17.85%
G=40.65%
B=41.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831891930.570.0200.24182.1847.0154.12
Hex53BDC1392018b62f36
Octal1232753017120302665766
Binary101001110111101110000011110011001100010110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,189,193); }

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

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

 a { background-color: rgb(83,189,193); }

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

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

 span { border-color: rgb(83,189,193); }

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