#38545B

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

Shades of Casal #38545B

Tints of Casal #38545B

Color information

#38545B (or 0x38545B) is unknown color: approx Casal. HEX triplet: 38, 54 and 5B. RGB value is (56,84,91). Sum of RGB (Red+Green+Blue) = 56+84+91=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #38545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545B is #C7ABA4. Grayscale: #4C4C4C. Windows color (decimal): -13085605 or 5985336. OLE color: 5985336.

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

Color convert

RGB568491-
CMYK0.380.0800.64
HSL192º23.81%28.82%-
HSV(B)192º38.46%35.69%-
XYZ6.697.9411.08-
YUV76.43136.22113.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5684910.380.0800.6419223.8128.82
Hex38545B268040c0181d
Octal70124133461001003003035
Binary11100010101001011011100110100001000000110000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38545B; }

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

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

<style>
 a { background-color: #38545B; }

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

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

<style>
 span { border-color: #38545B; }

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

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