Html Css Color HEX #425458 Casal

📋 copy color: '#425458'

red 66 ◦ green 84 ◦ blue 88

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

Shades of Casal #425458

Tints of Casal #425458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 27.73%
G = 35.29%
B = 36.97%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425458 (or 0x425458) is known color: Casal. HEX triplet: 42, 54 and 58. RGB value is (66,84,88). Sum of RGB (Red+Green+Blue) = 66+84+88=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #425458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425458 is #BDABA7. Grayscale: #4F4F4F. Windows color (decimal): -12430248 or 5788738. OLE color: 5788738.

HSL color Cylindrical-coordinate representation of color #425458: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425458 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 84 88 -
CMYK 0.25 0.05 0 0.65
HSL 190.91º 0.14% 0.3% -
HSV(B) 190.91º 0.25% 0.35% -
XYZ 7.18 8.2 10.44 -
YUV 79.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 66 84 88 0.25 0.05 0 0.65 190.91 0.14 0.3
Hex 42 54 58 19 5 0 41 BF E 1E
Octal 102 124 130 31 5 0 101 277 16 36
Binary 1000010 1010100 1011000 11001 101 0 1000001 10111111 1110 11110

Color Harmonies of #425458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425458

Black with #425458

Text Example


Text Example

White with #425458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425458; }

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

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

background-color css

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

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

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

border-color css

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

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

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