#53B4C9

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

Shades of Viking #53B4C9

Tints of Viking #53B4C9

Color information

#53B4C9 (or 0x53B4C9) is unknown color: approx Viking. HEX triplet: 53, B4 and C9. RGB value is (83,180,201). Sum of RGB (Red+Green+Blue) = 83+180+201=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #53B4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B4C9 is #AC4B36. Grayscale: #999999. Windows color (decimal): -11291447 or 13218899. OLE color: 13218899.

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

Color convert

RGB83180201-
CMYK0.590.1000.21
HSL190.68º52.21%55.69%-
HSV(B)190.68º58.71%78.82%-
XYZ30.4338.761.12-
YUV153.39154.8677.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.89%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=17.89%
G=38.79%
B=43.32%

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
Decimal831802010.590.1000.21190.6852.2155.69
Hex53B4C93BA015bf3438
Octal12326431173120252776470
Binary10100111011010011001001111011101001010110111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,201); }

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

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

 a { background-color: rgb(83,180,201); }

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

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

 span { border-color: rgb(83,180,201); }

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