Html Css Color HEX #736585 Kimberly

📋 copy color: '#736585'

red 115 ◦ green 101 ◦ blue 133

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

Shades of Kimberly #736585

Tints of Kimberly #736585

RGB

 RED value IS 115 (45.31% from 255) = 32.95%

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 32.95%
G = 28.94%
B = 38.11%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736585 (or 0x736585) is known color: Kimberly. HEX triplet: 73, 65 and 85. RGB value is (115,101,133). Sum of RGB (Red+Green+Blue) = 115+101+133=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #736585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736585 is #8C9A7A. Grayscale: #6C6C6C. Windows color (decimal): -9214587 or 8742259. OLE color: 8742259.

HSL color Cylindrical-coordinate representation of color #736585: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736585 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 101 133 -
CMYK 0.14 0.24 0 0.48
HSL 266.25º 0.14% 0.46% -
HSV(B) 266.25º 0.24% 0.52% -
XYZ 15.96 14.65 24.18 -
YUV 108.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 115 101 133 0.14 0.24 0 0.48 266.25 0.14 0.46
Hex 73 65 85 E 18 0 30 10A E 2E
Octal 163 145 205 16 30 0 60 412 16 56
Binary 1110011 1100101 10000101 1110 11000 0 110000 100001010 1110 101110

Color Harmonies of #736585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736585

Black with #736585

Text Example


Text Example

White with #736585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736585; }

 p { color: rgb(115,101,133); }

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

background-color css

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

 a { background-color: rgb(115,101,133); }

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

border-color css

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

 span { border-color: rgb(115,101,133); }

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