Html Css Color HEX #425573 Chambray

📋 copy color: '#425573'

red 66 ◦ green 85 ◦ blue 115

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

Shades of Chambray #425573

Tints of Chambray #425573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 24.81%
G = 31.95%
B = 43.23%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425573 (or 0x425573) is known color: Chambray. HEX triplet: 42, 55 and 73. RGB value is (66,85,115). Sum of RGB (Red+Green+Blue) = 66+85+115=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #425573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425573 is #BDAA8C. Grayscale: #525252. Windows color (decimal): -12429965 or 7558466. OLE color: 7558466.

HSL color Cylindrical-coordinate representation of color #425573: hue angle of 216.73º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425573 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 85 115 -
CMYK 0.43 0.26 0 0.55
HSL 216.73º 0.27% 0.35% -
HSV(B) 216.73º 0.43% 0.45% -
XYZ 8.59 8.89 17.48 -
YUV 82.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 66 85 115 0.43 0.26 0 0.55 216.73 0.27 0.35
Hex 42 55 73 2B 1A 0 37 D9 1B 23
Octal 102 125 163 53 32 0 67 331 33 43
Binary 1000010 1010101 1110011 101011 11010 0 110111 11011001 11011 100011

Color Harmonies of #425573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425573

Black with #425573

Text Example


Text Example

White with #425573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425573; }

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

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

background-color css

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

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

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

border-color css

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

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

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