Html Css Color HEX #425575 Chambray

📋 copy color: '#425575'

red 66 ◦ green 85 ◦ blue 117

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

Shades of Chambray #425575

Tints of Chambray #425575

RGB

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

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

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

R = 24.63%
G = 31.72%
B = 43.66%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425575 (or 0x425575) is known color: Chambray. HEX triplet: 42, 55 and 75. RGB value is (66,85,117). Sum of RGB (Red+Green+Blue) = 66+85+117=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #425575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425575 is #BDAA8A. Grayscale: #525252. Windows color (decimal): -12429963 or 7689538. OLE color: 7689538.

HSL color Cylindrical-coordinate representation of color #425575: hue angle of 217.65º 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 #425575 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 85 117 -
CMYK 0.44 0.27 0 0.54
HSL 217.65º 0.28% 0.36% -
HSV(B) 217.65º 0.44% 0.46% -
XYZ 8.71 8.94 18.1 -
YUV 82.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 66 85 117 0.44 0.27 0 0.54 217.65 0.28 0.36
Hex 42 55 75 2C 1B 0 36 DA 1C 24
Octal 102 125 165 54 33 0 66 332 34 44
Binary 1000010 1010101 1110101 101100 11011 0 110110 11011010 11100 100100

Color Harmonies of #425575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425575

Black with #425575

Text Example


Text Example

White with #425575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425575; }

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

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

background-color css

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

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

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

border-color css

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

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

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