#53ACBB

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

Shades of Viking #53ACBB

Tints of Viking #53ACBB

Color information

#53ACBB (or 0x53ACBB) is unknown color: approx Viking. HEX triplet: 53, AC and BB. RGB value is (83,172,187). Sum of RGB (Red+Green+Blue) = 83+172+187=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #53ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACBB is #AC5344. Grayscale: #929292. Windows color (decimal): -11293509 or 12299347. OLE color: 12299347.

HSL color Cylindrical-coordinate representation of color #53ACBB: hue angle of 188.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53ACBB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83172187-
CMYK0.560.0800.27
HSL188.65º43.33%52.94%-
HSV(B)188.65º55.61%73.33%-
XYZ27.2934.9352.32-
YUV147.1150.5182.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=18.78%
G=38.91%
B=42.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831721870.560.0800.27188.6543.3352.94
Hex53ACBB38801Bbd2b35
Octal12325427370100332755365
Binary10100111010110010111011111000100001101110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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