Html Css Color HEX #425C75 Matisse

📋 copy color: '#425C75'

red 66 ◦ green 92 ◦ blue 117

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

Shades of Matisse #425C75

Tints of Matisse #425C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 24%
G = 33.45%
B = 42.55%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425C75 (or 0x425C75) is known color: Matisse. HEX triplet: 42, 5C and 75. RGB value is (66,92,117). Sum of RGB (Red+Green+Blue) = 66+92+117=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #425C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C75 is #BDA38A. Grayscale: #565656. Windows color (decimal): -12428171 or 7691330. OLE color: 7691330.

HSL color Cylindrical-coordinate representation of color #425C75: hue angle of 209.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425C75 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 92 117 -
CMYK 0.44 0.21 0 0.54
HSL 209.41º 0.28% 0.36% -
HSV(B) 209.41º 0.44% 0.46% -
XYZ 9.28 10.1 18.29 -
YUV 87.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 66 92 117 0.44 0.21 0 0.54 209.41 0.28 0.36
Hex 42 5C 75 2C 15 0 36 D1 1C 24
Octal 102 134 165 54 25 0 66 321 34 44
Binary 1000010 1011100 1110101 101100 10101 0 110110 11010001 11100 100100

Color Harmonies of #425C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C75

Black with #425C75

Text Example


Text Example

White with #425C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C75; }

 p { color: rgb(66,92,117); }

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

background-color css

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

 a { background-color: rgb(66,92,117); }

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

border-color css

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

 span { border-color: rgb(66,92,117); }

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