Html Css Color HEX #756589 Kimberly

📋 copy color: '#756589'

red 117 ◦ green 101 ◦ blue 137

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

Shades of Kimberly #756589

Tints of Kimberly #756589

RGB

 RED value IS 117 (46.09% from 255) = 32.96%

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

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 32.96%
G = 28.45%
B = 38.59%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#756589 (or 0x756589) is known color: Kimberly. HEX triplet: 75, 65 and 89. RGB value is (117,101,137). Sum of RGB (Red+Green+Blue) = 117+101+137=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #756589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756589 is #8A9A76. Grayscale: #6D6D6D. Windows color (decimal): -9083511 or 9004405. OLE color: 9004405.

HSL color Cylindrical-coordinate representation of color #756589: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756589 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 101 137 -
CMYK 0.15 0.26 0 0.46
HSL 266.67º 0.15% 0.47% -
HSV(B) 266.67º 0.26% 0.54% -
XYZ 16.51 14.9 25.67 -
YUV 109.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 117 101 137 0.15 0.26 0 0.46 266.67 0.15 0.47
Hex 75 65 89 F 1A 0 2E 10B F 2F
Octal 165 145 211 17 32 0 56 413 17 57
Binary 1110101 1100101 10001001 1111 11010 0 101110 100001011 1111 101111

Color Harmonies of #756589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756589

Black with #756589

Text Example


Text Example

White with #756589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756589; }

 p { color: rgb(117,101,137); }

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

background-color css

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

 a { background-color: rgb(117,101,137); }

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

border-color css

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

 span { border-color: rgb(117,101,137); }

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