Html Css Color HEX #42585E Casal

📋 copy color: '#42585E'

red 66 ◦ green 88 ◦ blue 94

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

Shades of Casal #42585E

Tints of Casal #42585E

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.9%

R = 26.61%
G = 35.48%
B = 37.9%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

RGB 66 88 94 -
CMYK 0.30 0.06 0 0.63
HSL 192.86º 0.18% 0.31% -
HSV(B) 192.86º 0.3% 0.37% -
XYZ 7.76 8.95 11.91 -
YUV 82.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 66 88 94 0.30 0.06 0 0.63 192.86 0.18 0.31
Hex 42 58 5E 1E 6 0 3F C1 12 1F
Octal 102 130 136 36 6 0 77 301 22 37
Binary 1000010 1011000 1011110 11110 110 0 111111 11000001 10010 11111

Color Harmonies of #42585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42585E

Black with #42585E

Text Example


Text Example

White with #42585E

Text Example


Text Example

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