Html Css Color HEX #655987 Kimberly

📋 copy color: '#655987'

red 101 ◦ green 89 ◦ blue 135

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

Shades of Kimberly #655987

Tints of Kimberly #655987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 31.08%
G = 27.38%
B = 41.54%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655987 (or 0x655987) is known color: Kimberly. HEX triplet: 65, 59 and 87. RGB value is (101,89,135). Sum of RGB (Red+Green+Blue) = 101+89+135=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #655987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655987 is #9AA678. Grayscale: #616161. Windows color (decimal): -10135161 or 8870245. OLE color: 8870245.

HSL color Cylindrical-coordinate representation of color #655987: hue angle of 255.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655987 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 89 135 -
CMYK 0.25 0.34 0 0.47
HSL 255.65º 0.21% 0.44% -
HSV(B) 255.65º 0.34% 0.53% -
XYZ 13.31 11.66 24.47 -
YUV 97.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 101 89 135 0.25 0.34 0 0.47 255.65 0.21 0.44
Hex 65 59 87 19 22 0 2F 100 15 2C
Octal 145 131 207 31 42 0 57 400 25 54
Binary 1100101 1011001 10000111 11001 100010 0 101111 100000000 10101 101100

Color Harmonies of #655987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655987

Black with #655987

Text Example


Text Example

White with #655987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655987; }

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

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

background-color css

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

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

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

border-color css

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

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

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