#42575A

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

Shades of Casal #42575A

Tints of Casal #42575A

Color information

#42575A (or 0x42575A) is unknown color: approx Casal. HEX triplet: 42, 57 and 5A. RGB value is (66,87,90). Sum of RGB (Red+Green+Blue) = 66+87+90=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #42575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575A is #BDA8A5. Grayscale: #515151. Windows color (decimal): -12429478 or 5920578. OLE color: 5920578.

HSL color Cylindrical-coordinate representation of color #42575A: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42575A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668790-
CMYK0.270.0300.65
HSL187.5º15.38%30.59%-
HSV(B)187.5º26.67%35.29%-
XYZ7.58.7110.96-
YUV81.06133.04117.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=27.16%
G=35.80%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6687900.270.0300.65187.515.3830.59
Hex42575A1B3041bcf1f
Octal10212713233301012741737
Binary10000101010111101101011011110100000110111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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