Html Css Color HEX #455551 Corduroy

📋 copy color: '#455551'

red 69 ◦ green 85 ◦ blue 81

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

Shades of Corduroy #455551

Tints of Corduroy #455551

RGB

 RED value IS 69 (27.34% from 255) = 29.36%

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

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 29.36%
G = 36.17%
B = 34.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#455551 (or 0x455551) is known color: Corduroy. HEX triplet: 45, 55 and 51. RGB value is (69,85,81). Sum of RGB (Red+Green+Blue) = 69+85+81=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #455551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455551 is #BAAAAE. Grayscale: #4F4F4F. Windows color (decimal): -12233391 or 5330245. OLE color: 5330245.

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

Color convert

RGB 69 85 81 -
CMYK 0.19 0 0.05 0.67
HSL 165º 0.1% 0.3% -
HSV(B) 165º 0.19% 0.33% -
XYZ 7.19 8.36 9.02 -
YUV 79.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 69 85 81 0.19 0 0.05 0.67 165 0.1 0.3
Hex 45 55 51 13 0 5 43 A5 A 1E
Octal 105 125 121 23 0 5 103 245 12 36
Binary 1000101 1010101 1010001 10011 0 101 1000011 10100101 1010 11110

Color Harmonies of #455551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455551

Black with #455551

Text Example


Text Example

White with #455551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455551; }

 p { color: rgb(69,85,81); }

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

background-color css

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

 a { background-color: rgb(69,85,81); }

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

border-color css

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

 span { border-color: rgb(69,85,81); }

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