Html Css Color HEX #425158 Casal

📋 copy color: '#425158'

red 66 ◦ green 81 ◦ blue 88

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

Shades of Casal #425158

Tints of Casal #425158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 28.09%
G = 34.47%
B = 37.45%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425158 (or 0x425158) is known color: Casal. HEX triplet: 42, 51 and 58. RGB value is (66,81,88). Sum of RGB (Red+Green+Blue) = 66+81+88=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #425158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425158 is #BDAEA7. Grayscale: #4D4D4D. Windows color (decimal): -12431016 or 5787970. OLE color: 5787970.

HSL color Cylindrical-coordinate representation of color #425158: hue angle of 199.09º 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 #425158 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 81 88 -
CMYK 0.25 0.08 0 0.65
HSL 199.09º 0.14% 0.3% -
HSV(B) 199.09º 0.25% 0.35% -
XYZ 6.95 7.75 10.36 -
YUV 77.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 66 81 88 0.25 0.08 0 0.65 199.09 0.14 0.3
Hex 42 51 58 19 8 0 41 C7 E 1E
Octal 102 121 130 31 10 0 101 307 16 36
Binary 1000010 1010001 1011000 11001 1000 0 1000001 11000111 1110 11110

Color Harmonies of #425158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425158

Black with #425158

Text Example


Text Example

White with #425158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425158; }

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

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

background-color css

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

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

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

border-color css

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

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

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