#53BBBF

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

Shades of Viking #53BBBF

Tints of Viking #53BBBF

Color information

#53BBBF (or 0x53BBBF) is unknown color: approx Viking. HEX triplet: 53, BB and BF. RGB value is (83,187,191). Sum of RGB (Red+Green+Blue) = 83+187+191=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #53BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBBF is #AC4440. Grayscale: #9C9C9C. Windows color (decimal): -11289665 or 12565331. OLE color: 12565331.

HSL color Cylindrical-coordinate representation of color #53BBBF: hue angle of 182.22º 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 #53BBBF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83187191-
CMYK0.570.0200.25
HSL182.22º45.76%53.73%-
HSV(B)182.22º56.54%74.9%-
XYZ30.7441.1455.61-
YUV156.36147.5475.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.00%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 191 (75% from 255) = 41.43%
R=18.00%
G=40.56%
B=41.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831871910.570.0200.25182.2245.7653.73
Hex53BBBF392019b62e36
Octal1232732777120312665666
Binary101001110111011101111111110011001100110110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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