#42545A

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

Shades of Casal #42545A

Tints of Casal #42545A

Color information

#42545A (or 0x42545A) is unknown color: approx Casal. HEX triplet: 42, 54 and 5A. RGB value is (66,84,90). Sum of RGB (Red+Green+Blue) = 66+84+90=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #42545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42545A is #BDABA5. Grayscale: #4F4F4F. Windows color (decimal): -12430246 or 5919810. OLE color: 5919810.

HSL color Cylindrical-coordinate representation of color #42545A: hue angle of 195º 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 #42545A is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668490-
CMYK0.270.0700.65
HSL195º15.38%30.59%-
HSV(B)195º26.67%35.29%-
XYZ7.268.2410.88-
YUV79.3134.04118.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=27.5%
G=35%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6684900.270.0700.6519515.3830.59
Hex42545A1B7041c3f1f
Octal10212413233701013031737
Binary100001010101001011010110111110100000111000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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