#385B54

Color #385B54 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #385B54

Tints of Spectra #385B54

Color information

#385B54 (or 0x385B54) is unknown color: approx Spectra. HEX triplet: 38, 5B and 54. RGB value is (56,91,84). Sum of RGB (Red+Green+Blue) = 56+91+84=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #385B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B54 is #C7A4AB. Grayscale: #4F4F4F. Windows color (decimal): -13083820 or 5528376. OLE color: 5528376.

HSL color Cylindrical-coordinate representation of color #385B54: hue angle of 168º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B54 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB569184-
CMYK0.3800.080.64
HSL168º23.81%28.82%-
HSV(B)168º38.46%35.69%-
XYZ6.978.969.75-
YUV79.74130.4111.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=24.24%
G=39.39%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691840.3800.080.6416823.8128.82
Hex385B54260840a8181d
Octal70133124460101002503035
Binary11100010110111010100100110010001000000101010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B54; }

 p { color: rgb(56,91,84); }

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

<style>
 a { background-color: #385B54; }

 a { background-color: rgb(56,91,84); }

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

<style>
 span { border-color: #385B54; }

 span { border-color: rgb(56,91,84); }

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