#42565D

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

Shades of Casal #42565D

Tints of Casal #42565D

Color information

#42565D (or 0x42565D) is unknown color: approx Casal. HEX triplet: 42, 56 and 5D. RGB value is (66,86,93). Sum of RGB (Red+Green+Blue) = 66+86+93=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #42565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565D is #BDA9A2. Grayscale: #505050. Windows color (decimal): -12429731 or 6116930. OLE color: 6116930.

HSL color Cylindrical-coordinate representation of color #42565D: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42565D is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB668693-
CMYK0.290.0800.64
HSL195.56º16.98%31.18%-
HSV(B)195.56º29.03%36.47%-
XYZ7.558.611.62-
YUV80.82134.87117.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=26.94%
G=35.10%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6686930.290.0800.64195.5616.9831.18
Hex42565D1D8040c4111f
Octal102126135351001003042137
Binary10000101010110101110111101100001000000110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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