#423555

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

Shades of Jacarta #423555

Tints of Jacarta #423555

Color information

#423555 (or 0x423555) is unknown color: approx Jacarta. HEX triplet: 42, 35 and 55. RGB value is (66,53,85). Sum of RGB (Red+Green+Blue) = 66+53+85=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #423555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423555 is #BDCAAA. Grayscale: #3C3C3C. Windows color (decimal): -12438187 or 5584194. OLE color: 5584194.

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

Color convert

RGB665385-
CMYK0.220.3800.67
HSL264.38º23.19%27.06%-
HSV(B)264.38º37.65%33.33%-
XYZ5.164.369.16-
YUV60.54141.81131.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=32.35%
G=25.98%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6653850.220.3800.67264.3823.1927.06
Hex4235551626043108171b
Octal10265125264601034102733
Binary1000010110101101010110110100110010000111000010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423555; }

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

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

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

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

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

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

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

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