Html Css Color HEX #425550 Corduroy

📋 copy color: '#425550'

red 66 ◦ green 85 ◦ blue 80

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

Shades of Corduroy #425550

Tints of Corduroy #425550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 28.57%
G = 36.8%
B = 34.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#425550 (or 0x425550) is known color: Corduroy. HEX triplet: 42, 55 and 50. RGB value is (66,85,80). Sum of RGB (Red+Green+Blue) = 66+85+80=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #425550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425550 is #BDAAAF. Grayscale: #4E4E4E. Windows color (decimal): -12430000 or 5264706. OLE color: 5264706.

HSL color Cylindrical-coordinate representation of color #425550: hue angle of 164.21º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425550 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 80 -
CMYK 0.22 0 0.06 0.67
HSL 164.21º 0.13% 0.3% -
HSV(B) 164.21º 0.22% 0.33% -
XYZ 6.94 8.23 8.81 -
YUV 78.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 66 85 80 0.22 0 0.06 0.67 164.21 0.13 0.3
Hex 42 55 50 16 0 6 43 A4 D 1E
Octal 102 125 120 26 0 6 103 244 15 36
Binary 1000010 1010101 1010000 10110 0 110 1000011 10100100 1101 11110

Color Harmonies of #425550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425550

Black with #425550

Text Example


Text Example

White with #425550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425550; }

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

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

background-color css

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

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

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

border-color css

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

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

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