Html Css Color HEX #425559 Casal

📋 copy color: '#425559'

red 66 ◦ green 85 ◦ blue 89

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

Shades of Casal #425559

Tints of Casal #425559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 27.5%
G = 35.42%
B = 37.08%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425559 (or 0x425559) is known color: Casal. HEX triplet: 42, 55 and 59. RGB value is (66,85,89). Sum of RGB (Red+Green+Blue) = 66+85+89=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #425559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425559 is #BDAAA6. Grayscale: #4F4F4F. Windows color (decimal): -12429991 or 5854530. OLE color: 5854530.

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

Color convert

RGB 66 85 89 -
CMYK 0.26 0.04 0 0.65
HSL 190.43º 0.15% 0.3% -
HSV(B) 190.43º 0.26% 0.35% -
XYZ 7.3 8.38 10.68 -
YUV 79.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 66 85 89 0.26 0.04 0 0.65 190.43 0.15 0.3
Hex 42 55 59 1A 4 0 41 BE F 1E
Octal 102 125 131 32 4 0 101 276 17 36
Binary 1000010 1010101 1011001 11010 100 0 1000001 10111110 1111 11110

Color Harmonies of #425559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425559

Black with #425559

Text Example


Text Example

White with #425559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425559; }

 p { color: rgb(66,85,89); }

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

background-color css

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

 a { background-color: rgb(66,85,89); }

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

border-color css

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

 span { border-color: rgb(66,85,89); }

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