#53B8CA

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

Shades of Viking #53B8CA

Tints of Viking #53B8CA

Color information

#53B8CA (or 0x53B8CA) is unknown color: approx Viking. HEX triplet: 53, B8 and CA. RGB value is (83,184,202). Sum of RGB (Red+Green+Blue) = 83+184+202=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #53B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B8CA is #AC4735. Grayscale: #9B9B9B. Windows color (decimal): -11290422 or 13285459. OLE color: 13285459.

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

Color convert

RGB83184202-
CMYK0.590.0900.21
HSL189.08º52.89%55.88%-
HSV(B)189.08º58.91%79.22%-
XYZ31.3740.3862.02-
YUV155.85154.0476.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=17.70%
G=39.23%
B=43.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831842020.590.0900.21189.0852.8955.88
Hex53B8CA3B9015bd3538
Octal12327031273110252756570
Binary10100111011100011001010111011100101010110111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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