#42575D

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

Shades of Casal #42575D

Tints of Casal #42575D

Color information

#42575D (or 0x42575D) is unknown color: approx Casal. HEX triplet: 42, 57 and 5D. RGB value is (66,87,93). Sum of RGB (Red+Green+Blue) = 66+87+93=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #42575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575D is #BDA8A2. Grayscale: #515151. Windows color (decimal): -12429475 or 6117186. OLE color: 6117186.

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

Color convert

RGB668793-
CMYK0.290.0600.64
HSL193.33º16.98%31.18%-
HSV(B)193.33º29.03%36.47%-
XYZ7.638.7611.65-
YUV81.4134.54117.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=26.83%
G=35.37%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6687930.290.0600.64193.3316.9831.18
Hex42575D1D6040c1111f
Octal10212713535601003012137
Binary1000010101011110111011110111001000000110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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