#42565B

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

Shades of Casal #42565B

Tints of Casal #42565B

Color information

#42565B (or 0x42565B) is unknown color: approx Casal. HEX triplet: 42, 56 and 5B. RGB value is (66,86,91). Sum of RGB (Red+Green+Blue) = 66+86+91=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #42565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42565B is #BDA9A4. Grayscale: #505050. Windows color (decimal): -12429733 or 5985858. OLE color: 5985858.

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

Color convert

RGB668691-
CMYK0.270.0500.64
HSL192º15.92%30.78%-
HSV(B)192º27.47%35.69%-
XYZ7.468.5711.16-
YUV80.59133.87117.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=27.16%
G=35.39%
B=37.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6686910.270.0500.6419215.9230.78
Hex42565B1B5040c0101f
Octal10212613333501003002037
Binary1000010101011010110111101110101000000110000001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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