#53BBBE

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

Shades of Viking #53BBBE

Tints of Viking #53BBBE

Color information

#53BBBE (or 0x53BBBE) is unknown color: approx Viking. HEX triplet: 53, BB and BE. RGB value is (83,187,190). Sum of RGB (Red+Green+Blue) = 83+187+190=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #53BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBBE is #AC4441. Grayscale: #9C9C9C. Windows color (decimal): -11289666 or 12499795. OLE color: 12499795.

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

Color convert

RGB83187190-
CMYK0.560.0200.25
HSL181.68º45.15%53.53%-
HSV(B)181.68º56.32%74.51%-
XYZ30.6341.155.03-
YUV156.25147.0475.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.04%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=18.04%
G=40.65%
B=41.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831871900.560.0200.25181.6845.1553.53
Hex53BBBE382019b62d36
Octal1232732767020312665566
Binary101001110111011101111101110001001100110110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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