#42585D

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

Shades of Casal #42585D

Tints of Casal #42585D

Color information

#42585D (or 0x42585D) is unknown color: approx Casal. HEX triplet: 42, 58 and 5D. RGB value is (66,88,93). Sum of RGB (Red+Green+Blue) = 66+88+93=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #42585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42585D is #BDA7A2. Grayscale: #515151. Windows color (decimal): -12429219 or 6117442. OLE color: 6117442.

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

Color convert

RGB668893-
CMYK0.290.0500.64
HSL191.11º16.98%31.18%-
HSV(B)191.11º29.03%36.47%-
XYZ7.718.9311.67-
YUV81.99134.21116.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=26.72%
G=35.63%
B=37.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6688930.290.0500.64191.1116.9831.18
Hex42585D1D5040bf111f
Octal10213013535501002772137
Binary1000010101100010111011110110101000000101111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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