#38575D

Color #38575D Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #38575D

Tints of Casal #38575D

Color information

#38575D (or 0x38575D) is unknown color: approx Casal. HEX triplet: 38, 57 and 5D. RGB value is (56,87,93). Sum of RGB (Red+Green+Blue) = 56+87+93=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #38575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38575D is #C7A8A2. Grayscale: #4E4E4E. Windows color (decimal): -13084835 or 6117176. OLE color: 6117176.

HSL color Cylindrical-coordinate representation of color #38575D: hue angle of 189.73º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38575D is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568793-
CMYK0.400.0600.64
HSL189.73º24.83%29.22%-
HSV(B)189.73º39.78%36.47%-
XYZ7.018.4511.62-
YUV78.41136.23112.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=23.73%
G=36.86%
B=39.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5687930.400.0600.64189.7324.8329.22
Hex38575D286040be191d
Octal7012713550601002763135
Binary1110001010111101110110100011001000000101111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38575D; }

 p { color: rgb(56,87,93); }

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

<style>
 a { background-color: #38575D; }

 a { background-color: rgb(56,87,93); }

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

<style>
 span { border-color: #38575D; }

 span { border-color: rgb(56,87,93); }

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