#38535C

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

Shades of Casal #38535C

Tints of Casal #38535C

Color information

#38535C (or 0x38535C) is unknown color: approx Casal. HEX triplet: 38, 53 and 5C. RGB value is (56,83,92). Sum of RGB (Red+Green+Blue) = 56+83+92=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #38535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38535C is #C7ACA3. Grayscale: #4B4B4B. Windows color (decimal): -13085860 or 6050616. OLE color: 6050616.

HSL color Cylindrical-coordinate representation of color #38535C: hue angle of 195º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38535C is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568392-
CMYK0.390.1000.64
HSL195º24.32%29.02%-
HSV(B)195º39.13%36.08%-
XYZ6.667.811.28-
YUV75.95137.05113.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=24.24%
G=35.93%
B=39.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5683920.390.1000.6419524.3229.02
Hex38535C27A040c3181d
Octal70123134471201003033035
Binary11100010100111011100100111101001000000110000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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