#53BECA

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

Shades of Viking #53BECA

Tints of Viking #53BECA

Color information

#53BECA (or 0x53BECA) is unknown color: approx Viking. HEX triplet: 53, BE and CA. RGB value is (83,190,202). Sum of RGB (Red+Green+Blue) = 83+190+202=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #53BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BECA is #AC4135. Grayscale: #9F9F9F. Windows color (decimal): -11288886 or 13286995. OLE color: 13286995.

HSL color Cylindrical-coordinate representation of color #53BECA: hue angle of 186.05º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BECA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83190202-
CMYK0.590.0600.21
HSL186.05º52.89%55.88%-
HSV(B)186.05º58.91%79.22%-
XYZ32.6442.9362.44-
YUV159.37152.0573.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.47%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=17.47%
G=40%
B=42.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831902020.590.0600.21186.0552.8955.88
Hex53BECA3B6015ba3538
Octal1232763127360252726570
Binary1010011101111101100101011101111001010110111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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