#53B5CA

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

Shades of Viking #53B5CA

Tints of Viking #53B5CA

Color information

#53B5CA (or 0x53B5CA) is unknown color: approx Viking. HEX triplet: 53, B5 and CA. RGB value is (83,181,202). Sum of RGB (Red+Green+Blue) = 83+181+202=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #53B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5CA is #AC4A35. Grayscale: #999999. Windows color (decimal): -11291190 or 13284691. OLE color: 13284691.

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

Color convert

RGB83181202-
CMYK0.590.1000.21
HSL190.59º52.89%55.88%-
HSV(B)190.59º58.91%79.22%-
XYZ30.7539.1561.81-
YUV154.09155.0377.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=17.81%
G=38.84%
B=43.35%

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
Decimal831812020.590.1000.21190.5952.8955.88
Hex53B5CA3BA015bf3538
Octal12326531273120252776570
Binary10100111011010111001010111011101001010110111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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