Html Css Color HEX #655B84 Kimberly

📋 copy color: '#655B84'

red 101 ◦ green 91 ◦ blue 132

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

Shades of Kimberly #655B84

Tints of Kimberly #655B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 31.17%
G = 28.09%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#655B84 (or 0x655B84) is known color: Kimberly. HEX triplet: 65, 5B and 84. RGB value is (101,91,132). Sum of RGB (Red+Green+Blue) = 101+91+132=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #655B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B84 is #9AA47B. Grayscale: #626262. Windows color (decimal): -10134652 or 8674149. OLE color: 8674149.

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

Color convert

RGB 101 91 132 -
CMYK 0.23 0.31 0 0.48
HSL 254.63º 0.18% 0.44% -
HSV(B) 254.63º 0.31% 0.52% -
XYZ 13.27 11.91 23.43 -
YUV 98.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 101 91 132 0.23 0.31 0 0.48 254.63 0.18 0.44
Hex 65 5B 84 17 1F 0 30 FF 12 2C
Octal 145 133 204 27 37 0 60 377 22 54
Binary 1100101 1011011 10000100 10111 11111 0 110000 11111111 10010 101100

Color Harmonies of #655B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B84

Black with #655B84

Text Example


Text Example

White with #655B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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