#38554E

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

Shades of Spectra #38554E

Tints of Spectra #38554E

Color information

#38554E (or 0x38554E) is unknown color: approx Spectra. HEX triplet: 38, 55 and 4E. RGB value is (56,85,78). Sum of RGB (Red+Green+Blue) = 56+85+78=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #38554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38554E is #C7AAB1. Grayscale: #4B4B4B. Windows color (decimal): -13085362 or 5133624. OLE color: 5133624.

HSL color Cylindrical-coordinate representation of color #38554E: hue angle of 165.52º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38554E is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB568578-
CMYK0.3400.080.67
HSL165.52º20.57%27.65%-
HSV(B)165.52º34.12%33.33%-
XYZ6.257.898.4-
YUV75.53129.39114.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=25.57%
G=38.81%
B=35.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685780.3400.080.67165.5220.5727.65
Hex38554E220843a6151c
Octal70125116420101032462534
Binary11100010101011001110100010010001000011101001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38554E; }

 p { color: rgb(56,85,78); }

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

<style>
 a { background-color: #38554E; }

 a { background-color: rgb(56,85,78); }

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

<style>
 span { border-color: #38554E; }

 span { border-color: rgb(56,85,78); }

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