Html Css Color HEX #655988 Kimberly

📋 copy color: '#655988'

red 101 ◦ green 89 ◦ blue 136

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

Shades of Kimberly #655988

Tints of Kimberly #655988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 30.98%
G = 27.3%
B = 41.72%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655988 (or 0x655988) is known color: Kimberly. HEX triplet: 65, 59 and 88. RGB value is (101,89,136). Sum of RGB (Red+Green+Blue) = 101+89+136=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #655988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655988 is #9AA677. Grayscale: #616161. Windows color (decimal): -10135160 or 8935781. OLE color: 8935781.

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

Color convert

RGB 101 89 136 -
CMYK 0.26 0.35 0 0.47
HSL 255.32º 0.21% 0.44% -
HSV(B) 255.32º 0.35% 0.53% -
XYZ 13.38 11.69 24.84 -
YUV 97.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 101 89 136 0.26 0.35 0 0.47 255.32 0.21 0.44
Hex 65 59 88 1A 23 0 2F FF 15 2C
Octal 145 131 210 32 43 0 57 377 25 54
Binary 1100101 1011001 10001000 11010 100011 0 101111 11111111 10101 101100

Color Harmonies of #655988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655988

Black with #655988

Text Example


Text Example

White with #655988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655988; }

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

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

background-color css

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

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

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

border-color css

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

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

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