#42545B

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

Shades of Casal #42545B

Tints of Casal #42545B

Color information

#42545B (or 0x42545B) is unknown color: approx Casal. HEX triplet: 42, 54 and 5B. RGB value is (66,84,91). Sum of RGB (Red+Green+Blue) = 66+84+91=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #42545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42545B is #BDABA4. Grayscale: #4F4F4F. Windows color (decimal): -12430245 or 5985346. OLE color: 5985346.

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

Color convert

RGB668491-
CMYK0.270.0800.64
HSL196.8º15.92%30.78%-
HSV(B)196.8º27.47%35.69%-
XYZ7.318.2511.11-
YUV79.42134.54118.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=27.39%
G=34.85%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6684910.270.0800.64196.815.9230.78
Hex42545B1B8040c5101f
Octal102124133331001003052037
Binary10000101010100101101111011100001000000110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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