#53BFBF

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

Shades of Viking #53BFBF

Tints of Viking #53BFBF

Color information

#53BFBF (or 0x53BFBF) is unknown color: approx Viking. HEX triplet: 53, BF and BF. RGB value is (83,191,191). Sum of RGB (Red+Green+Blue) = 83+191+191=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #53BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBF is #AC4040. Grayscale: #9E9E9E. Windows color (decimal): -11288641 or 12566355. OLE color: 12566355.

HSL color Cylindrical-coordinate representation of color #53BFBF: hue angle of 180º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFBF is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83191191-
CMYK0.57000.25
HSL180º45.76%53.73%-
HSV(B)180º56.54%74.9%-
XYZ31.642.8655.9-
YUV158.71146.2274-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 191 (75% from 255) = 41.08%
R=17.85%
G=41.08%
B=41.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911910.57000.2518045.7653.73
Hex53BFBF390019b42e36
Octal1232772777100312645666
Binary10100111011111110111111111001001100110110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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