#53ACBD

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

Shades of Viking #53ACBD

Tints of Viking #53ACBD

Color information

#53ACBD (or 0x53ACBD) is unknown color: approx Viking. HEX triplet: 53, AC and BD. RGB value is (83,172,189). Sum of RGB (Red+Green+Blue) = 83+172+189=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #53ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACBD is #AC5342. Grayscale: #939393. Windows color (decimal): -11293507 or 12430419. OLE color: 12430419.

HSL color Cylindrical-coordinate representation of color #53ACBD: hue angle of 189.62º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53ACBD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83172189-
CMYK0.560.0900.26
HSL189.62º44.54%53.33%-
HSV(B)189.62º56.08%74.12%-
XYZ27.5135.0253.45-
YUV147.33151.5182.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=18.69%
G=38.74%
B=42.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831721890.560.0900.26189.6244.5453.33
Hex53ACBD38901Abe2d35
Octal12325427570110322765565
Binary10100111010110010111101111000100101101010111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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