Html Css Color HEX #655B87 Kimberly

📋 copy color: '#655B87'

red 101 ◦ green 91 ◦ blue 135

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

Shades of Kimberly #655B87

Tints of Kimberly #655B87

RGB

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

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

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

R = 30.89%
G = 27.83%
B = 41.28%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655B87 (or 0x655B87) is known color: Kimberly. HEX triplet: 65, 5B and 87. RGB value is (101,91,135). Sum of RGB (Red+Green+Blue) = 101+91+135=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #655B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B87 is #9AA478. Grayscale: #626262. Windows color (decimal): -10134649 or 8870757. OLE color: 8870757.

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

Color convert

RGB 101 91 135 -
CMYK 0.25 0.33 0 0.47
HSL 253.64º 0.19% 0.44% -
HSV(B) 253.64º 0.33% 0.53% -
XYZ 13.48 12 24.53 -
YUV 99.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 101 91 135 0.25 0.33 0 0.47 253.64 0.19 0.44
Hex 65 5B 87 19 21 0 2F FE 13 2C
Octal 145 133 207 31 41 0 57 376 23 54
Binary 1100101 1011011 10000111 11001 100001 0 101111 11111110 10011 101100

Color Harmonies of #655B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B87

Black with #655B87

Text Example


Text Example

White with #655B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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