Html Css Color HEX #42585F Casal

📋 copy color: '#42585F'

red 66 ◦ green 88 ◦ blue 95

#42585F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #42585F

Tints of Casal #42585F

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 88 (34.77% from 255) = 35.34%

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 26.51%
G = 35.34%
B = 38.15%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42585F (or 0x42585F) is known color: Casal. HEX triplet: 42, 58 and 5F. RGB value is (66,88,95). Sum of RGB (Red+Green+Blue) = 66+88+95=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #42585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42585F is #BDA7A0. Grayscale: #525252. Windows color (decimal): -12429217 or 6248514. OLE color: 6248514.

HSL color Cylindrical-coordinate representation of color #42585F: hue angle of 194.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42585F is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 88 95 -
CMYK 0.31 0.07 0 0.63
HSL 194.48º 0.18% 0.32% -
HSV(B) 194.48º 0.31% 0.37% -
XYZ 7.8 8.96 12.15 -
YUV 82.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 66 88 95 0.31 0.07 0 0.63 194.48 0.18 0.32
Hex 42 58 5F 1F 7 0 3F C2 12 20
Octal 102 130 137 37 7 0 77 302 22 40
Binary 1000010 1011000 1011111 11111 111 0 111111 11000010 10010 100000

Color Harmonies of #42585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42585F

Black with #42585F

Text Example


Text Example

White with #42585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42585F;
 }
 .AnyTagClassName
 {
   color: #42585F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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