#42585E

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

Shades of Casal #42585E

Tints of Casal #42585E

Color information

#42585E (or 0x42585E) is unknown color: approx Casal. HEX triplet: 42, 58 and 5E. RGB value is (66,88,94). Sum of RGB (Red+Green+Blue) = 66+88+94=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #42585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42585E is #BDA7A1. Grayscale: #525252. Windows color (decimal): -12429218 or 6182978. OLE color: 6182978.

HSL color Cylindrical-coordinate representation of color #42585E: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42585E is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668894-
CMYK0.300.0600.63
HSL192.86º17.5%31.37%-
HSV(B)192.86º29.79%36.86%-
XYZ7.768.9511.91-
YUV82.11134.71116.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=26.61%
G=35.48%
B=37.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6688940.300.0600.63192.8617.531.37
Hex42585E1E603Fc1111f
Octal1021301363660773012137
Binary100001010110001011110111101100111111110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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