Html Css Color HEX #655D84 Kimberly

📋 copy color: '#655D84'

red 101 ◦ green 93 ◦ blue 132

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

Shades of Kimberly #655D84

Tints of Kimberly #655D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 30.98%
G = 28.53%
B = 40.49%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#655D84 (or 0x655D84) is known color: Kimberly. HEX triplet: 65, 5D and 84. RGB value is (101,93,132). Sum of RGB (Red+Green+Blue) = 101+93+132=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #655D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D84 is #9AA27B. Grayscale: #636363. Windows color (decimal): -10134140 or 8674661. OLE color: 8674661.

HSL color Cylindrical-coordinate representation of color #655D84: hue angle of 252.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655D84 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 93 132 -
CMYK 0.23 0.30 0 0.48
HSL 252.31º 0.17% 0.44% -
HSV(B) 252.31º 0.3% 0.52% -
XYZ 13.45 12.26 23.49 -
YUV 99.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 101 93 132 0.23 0.30 0 0.48 252.31 0.17 0.44
Hex 65 5D 84 17 1E 0 30 FC 11 2C
Octal 145 135 204 27 36 0 60 374 21 54
Binary 1100101 1011101 10000100 10111 11110 0 110000 11111100 10001 101100

Color Harmonies of #655D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D84

Black with #655D84

Text Example


Text Example

White with #655D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,93,132); }

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

background-color css

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

 a { background-color: rgb(101,93,132); }

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

border-color css

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

 span { border-color: rgb(101,93,132); }

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