Html Css Color HEX #655B77 Kimberly

📋 copy color: '#655B77'

red 101 ◦ green 91 ◦ blue 119

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

Shades of Kimberly #655B77

Tints of Kimberly #655B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 32.48%
G = 29.26%
B = 38.26%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#655B77 (or 0x655B77) is known color: Kimberly. HEX triplet: 65, 5B and 77. RGB value is (101,91,119). Sum of RGB (Red+Green+Blue) = 101+91+119=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #655B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B77 is #9AA488. Grayscale: #616161. Windows color (decimal): -10134665 or 7822181. OLE color: 7822181.

HSL color Cylindrical-coordinate representation of color #655B77: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655B77 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 91 119 -
CMYK 0.15 0.24 0 0.53
HSL 261.43º 0.13% 0.41% -
HSV(B) 261.43º 0.24% 0.47% -
XYZ 12.44 11.58 19.03 -
YUV 97.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 101 91 119 0.15 0.24 0 0.53 261.43 0.13 0.41
Hex 65 5B 77 F 18 0 35 105 D 29
Octal 145 133 167 17 30 0 65 405 15 51
Binary 1100101 1011011 1110111 1111 11000 0 110101 100000101 1101 101001

Color Harmonies of #655B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B77

Black with #655B77

Text Example


Text Example

White with #655B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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