#423455

Color #423455 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #423455

Tints of Jagger #423455

Color information

#423455 (or 0x423455) is unknown color: approx Jagger. HEX triplet: 42, 34 and 55. RGB value is (66,52,85). Sum of RGB (Red+Green+Blue) = 66+52+85=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #423455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423455 is #BDCBAA. Grayscale: #3B3B3B. Windows color (decimal): -12438443 or 5583938. OLE color: 5583938.

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

Color convert

RGB665285-
CMYK0.220.3900.67
HSL265.45º24.09%26.86%-
HSV(B)265.45º38.82%33.33%-
XYZ5.114.279.15-
YUV59.95142.14132.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=32.51%
G=25.62%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6652850.220.3900.67265.4524.0926.86
Hex4234551627043109181b
Octal10264125264701034113033
Binary1000010110100101010110110100111010000111000010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423455; }

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

 H1.HeaderClassName
 {
   color: #423455;
 }
 .AnyTagClassName
 {
   color: #423455;
 }
</style>
background-color css

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

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

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

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

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

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