Html Css Color HEX #425771 Chambray

📋 copy color: '#425771'

red 66 ◦ green 87 ◦ blue 113

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

Shades of Chambray #425771

Tints of Chambray #425771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 24.81%
G = 32.71%
B = 42.48%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425771 (or 0x425771) is known color: Chambray. HEX triplet: 42, 57 and 71. RGB value is (66,87,113). Sum of RGB (Red+Green+Blue) = 66+87+113=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #425771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425771 is #BDA88E. Grayscale: #535353. Windows color (decimal): -12429455 or 7427906. OLE color: 7427906.

HSL color Cylindrical-coordinate representation of color #425771: hue angle of 213.19º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425771 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 87 113 -
CMYK 0.42 0.23 0 0.56
HSL 213.19º 0.26% 0.35% -
HSV(B) 213.19º 0.42% 0.44% -
XYZ 8.64 9.17 16.94 -
YUV 83.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 66 87 113 0.42 0.23 0 0.56 213.19 0.26 0.35
Hex 42 57 71 2A 17 0 38 D5 1A 23
Octal 102 127 161 52 27 0 70 325 32 43
Binary 1000010 1010111 1110001 101010 10111 0 111000 11010101 11010 100011

Color Harmonies of #425771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425771

Black with #425771

Text Example


Text Example

White with #425771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425771; }

 p { color: rgb(66,87,113); }

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

background-color css

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

 a { background-color: rgb(66,87,113); }

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

border-color css

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

 span { border-color: rgb(66,87,113); }

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