#38535D

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

Shades of Casal #38535D

Tints of Casal #38535D

Color information

#38535D (or 0x38535D) is unknown color: approx Casal. HEX triplet: 38, 53 and 5D. RGB value is (56,83,93). Sum of RGB (Red+Green+Blue) = 56+83+93=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #38535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38535D is #C7ACA2. Grayscale: #4C4C4C. Windows color (decimal): -13085859 or 6116152. OLE color: 6116152.

HSL color Cylindrical-coordinate representation of color #38535D: hue angle of 196.22º 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 #38535D is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568393-
CMYK0.400.1100.64
HSL196.22º24.83%29.22%-
HSV(B)196.22º39.78%36.47%-
XYZ6.77.8211.51-
YUV76.07137.55113.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=24.14%
G=35.78%
B=40.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5683930.400.1100.64196.2224.8329.22
Hex38535D28B040c4191d
Octal70123135501301003043135
Binary11100010100111011101101000101101000000110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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