Html Css Color HEX #655989 Kimberly

📋 copy color: '#655989'

red 101 ◦ green 89 ◦ blue 137

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

Shades of Kimberly #655989

Tints of Kimberly #655989

RGB

 RED value IS 101 (39.84% from 255) = 30.89%

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 30.89%
G = 27.22%
B = 41.9%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#655989 (or 0x655989) is known color: Kimberly. HEX triplet: 65, 59 and 89. RGB value is (101,89,137). Sum of RGB (Red+Green+Blue) = 101+89+137=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #655989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655989 is #9AA676. Grayscale: #616161. Windows color (decimal): -10135159 or 9001317. OLE color: 9001317.

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

Color convert

RGB 101 89 137 -
CMYK 0.26 0.35 0 0.46
HSL 255º 0.21% 0.44% -
HSV(B) 255º 0.35% 0.54% -
XYZ 13.45 11.72 25.22 -
YUV 98.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 101 89 137 0.26 0.35 0 0.46 255 0.21 0.44
Hex 65 59 89 1A 23 0 2E FF 15 2C
Octal 145 131 211 32 43 0 56 377 25 54
Binary 1100101 1011001 10001001 11010 100011 0 101110 11111111 10101 101100

Color Harmonies of #655989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655989

Black with #655989

Text Example


Text Example

White with #655989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655989; }

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

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

background-color css

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

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

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

border-color css

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

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

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