#423C5C

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

Shades of Jacarta #423C5C

Tints of Jacarta #423C5C

Color information

#423C5C (or 0x423C5C) is unknown color: approx Jacarta. HEX triplet: 42, 3C and 5C. RGB value is (66,60,92). Sum of RGB (Red+Green+Blue) = 66+60+92=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #423C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C5C is #BDC3A3. Grayscale: #414141. Windows color (decimal): -12436388 or 6044738. OLE color: 6044738.

HSL color Cylindrical-coordinate representation of color #423C5C: hue angle of 251.25º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423C5C is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB666092-
CMYK0.280.3500.64
HSL251.25º21.05%29.8%-
HSV(B)251.25º34.78%36.08%-
XYZ5.795.1610.82-
YUV65.44142.99128.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=30.28%
G=27.52%
B=42.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6660920.280.3500.64251.2521.0529.8
Hex423C5C1C23040fb151e
Octal10274134344301003732536
Binary100001011110010111001110010001101000000111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C5C; }

 p { color: rgb(66,60,92); }

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

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

 a { background-color: rgb(66,60,92); }

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

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

 span { border-color: rgb(66,60,92); }

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