#38565D

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

Shades of Casal #38565D

Tints of Casal #38565D

Color information

#38565D (or 0x38565D) is unknown color: approx Casal. HEX triplet: 38, 56 and 5D. RGB value is (56,86,93). Sum of RGB (Red+Green+Blue) = 56+86+93=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #38565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38565D is #C7A9A2. Grayscale: #4D4D4D. Windows color (decimal): -13085091 or 6116920. OLE color: 6116920.

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

Color convert

RGB568693-
CMYK0.400.0800.64
HSL191.35º24.83%29.22%-
HSV(B)191.35º39.78%36.47%-
XYZ6.938.2911.59-
YUV77.83136.56112.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=23.83%
G=36.60%
B=39.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5686930.400.0800.64191.3524.8329.22
Hex38565D288040bf191d
Octal70126135501001002773135
Binary11100010101101011101101000100001000000101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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