#53BECC

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

Shades of Viking #53BECC

Tints of Viking #53BECC

Color information

#53BECC (or 0x53BECC) is unknown color: approx Viking. HEX triplet: 53, BE and CC. RGB value is (83,190,204). Sum of RGB (Red+Green+Blue) = 83+190+204=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BECC is #AC4133. Grayscale: #9F9F9F. Windows color (decimal): -11288884 or 13418067. OLE color: 13418067.

HSL color Cylindrical-coordinate representation of color #53BECC: hue angle of 186.94º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BECC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83190204-
CMYK0.590.0700.2
HSL186.94º54.26%56.27%-
HSV(B)186.94º59.31%80%-
XYZ32.8843.0363.7-
YUV159.6153.0573.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.40%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=17.40%
G=39.83%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831902040.590.0700.2186.9454.2656.27
Hex53BECC3B7014bb3638
Octal1232763147370242736670
Binary1010011101111101100110011101111101010010111011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,204); }

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

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

 a { background-color: rgb(83,190,204); }

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

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

 span { border-color: rgb(83,190,204); }

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