#5D848B

Color #5D848B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #5D848B

Tints of Gothic #5D848B

Color information

#5D848B (or 0x5D848B) is unknown color: approx Gothic. HEX triplet: 5D, 84 and 8B. RGB value is (93,132,139). Sum of RGB (Red+Green+Blue) = 93+132+139=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D848B is #A27B74. Grayscale: #797979. Windows color (decimal): -10648437 or 9143389. OLE color: 9143389.

HSL color Cylindrical-coordinate representation of color #5D848B: hue angle of 189.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D848B is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB93132139-
CMYK0.330.0500.45
HSL189.13º19.83%45.49%-
HSV(B)189.13º33.09%54.51%-
XYZ17.4320.6927.5-
YUV121.14138.08107.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=25.55%
G=36.26%
B=38.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal931321390.330.0500.45189.1319.8345.49
Hex5D848B21502Dbd142d
Octal1352042134150552752455
Binary1011101100001001000101110000110101011011011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D848B; }

 p { color: rgb(93,132,139); }

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

<style>
 a { background-color: #5D848B; }

 a { background-color: rgb(93,132,139); }

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

<style>
 span { border-color: #5D848B; }

 span { border-color: rgb(93,132,139); }

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