Html Css Color HEX #655C87 Kimberly

📋 copy color: '#655C87'

red 101 ◦ green 92 ◦ blue 135

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

Shades of Kimberly #655C87

Tints of Kimberly #655C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 30.79%
G = 28.05%
B = 41.16%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655C87 (or 0x655C87) is known color: Kimberly. HEX triplet: 65, 5C and 87. RGB value is (101,92,135). Sum of RGB (Red+Green+Blue) = 101+92+135=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #655C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C87 is #9AA378. Grayscale: #636363. Windows color (decimal): -10134393 or 8871013. OLE color: 8871013.

HSL color Cylindrical-coordinate representation of color #655C87: hue angle of 252.56º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655C87 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 92 135 -
CMYK 0.25 0.32 0 0.47
HSL 252.56º 0.19% 0.45% -
HSV(B) 252.56º 0.32% 0.53% -
XYZ 13.57 12.17 24.56 -
YUV 99.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 101 92 135 0.25 0.32 0 0.47 252.56 0.19 0.45
Hex 65 5C 87 19 20 0 2F FD 13 2D
Octal 145 134 207 31 40 0 57 375 23 55
Binary 1100101 1011100 10000111 11001 100000 0 101111 11111101 10011 101101

Color Harmonies of #655C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C87

Black with #655C87

Text Example


Text Example

White with #655C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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