Html Css Color HEX #42585D Casal

📋 copy color: '#42585D'

red 66 ◦ green 88 ◦ blue 93

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

Shades of Casal #42585D

Tints of Casal #42585D

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 value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42585D (or 0x42585D) is known color: 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

RGB 66 88 93 -
CMYK 0.29 0.05 0 0.64
HSL 191.11º 0.17% 0.31% -
HSV(B) 191.11º 0.29% 0.36% -
XYZ 7.71 8.93 11.67 -
YUV 81.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 66 88 93 0.29 0.05 0 0.64 191.11 0.17 0.31
Hex 42 58 5D 1D 5 0 40 BF 11 1F
Octal 102 130 135 35 5 0 100 277 21 37
Binary 1000010 1011000 1011101 11101 101 0 1000000 10111111 10001 11111

Color Harmonies of #42585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42585D

Black with #42585D

Text Example


Text Example

White with #42585D

Text Example


Text Example

HTML Codes & Css Web 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>