#53B9CA

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

Shades of Viking #53B9CA

Tints of Viking #53B9CA

Color information

#53B9CA (or 0x53B9CA) is unknown color: approx Viking. HEX triplet: 53, B9 and CA. RGB value is (83,185,202). Sum of RGB (Red+Green+Blue) = 83+185+202=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #53B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9CA is #AC4635. Grayscale: #9C9C9C. Windows color (decimal): -11290166 or 13285715. OLE color: 13285715.

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

Color convert

RGB83185202-
CMYK0.590.0800.21
HSL188.57º52.89%55.88%-
HSV(B)188.57º58.91%79.22%-
XYZ31.5840.862.09-
YUV156.44153.7175.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.66%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=17.66%
G=39.36%
B=42.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831852020.590.0800.21188.5752.8955.88
Hex53B9CA3B8015bd3538
Octal12327131273100252756570
Binary10100111011100111001010111011100001010110111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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