#53B6CA

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

Shades of Viking #53B6CA

Tints of Viking #53B6CA

Color information

#53B6CA (or 0x53B6CA) is unknown color: approx Viking. HEX triplet: 53, B6 and CA. RGB value is (83,182,202). Sum of RGB (Red+Green+Blue) = 83+182+202=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #53B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B6CA is #AC4935. Grayscale: #9A9A9A. Windows color (decimal): -11290934 or 13284947. OLE color: 13284947.

HSL color Cylindrical-coordinate representation of color #53B6CA: hue angle of 190.08º 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 #53B6CA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83182202-
CMYK0.590.1000.21
HSL190.08º52.89%55.88%-
HSV(B)190.08º58.91%79.22%-
XYZ30.9639.5661.88-
YUV154.68154.776.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=17.77%
G=38.97%
B=43.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831822020.590.1000.21190.0852.8955.88
Hex53B6CA3BA015be3538
Octal12326631273120252766570
Binary10100111011011011001010111011101001010110111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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