#53BFC5

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

Shades of Viking #53BFC5

Tints of Viking #53BFC5

Color information

#53BFC5 (or 0x53BFC5) is unknown color: approx Viking. HEX triplet: 53, BF and C5. RGB value is (83,191,197). Sum of RGB (Red+Green+Blue) = 83+191+197=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #53BFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC5 is #AC403A. Grayscale: #9F9F9F. Windows color (decimal): -11288635 or 12959571. OLE color: 12959571.

HSL color Cylindrical-coordinate representation of color #53BFC5: hue angle of 183.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BFC5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83191197-
CMYK0.580.0300.23
HSL183.16º49.57%54.9%-
HSV(B)183.16º57.87%77.25%-
XYZ32.2843.1359.45-
YUV159.39149.2273.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.62%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=17.62%
G=40.55%
B=41.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831911970.580.0300.23183.1649.5754.9
Hex53BFC53A3017b73237
Octal1232773057230272676267
Binary101001110111111110001011110101101011110110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,197); }

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

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

 a { background-color: rgb(83,191,197); }

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

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

 span { border-color: rgb(83,191,197); }

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