Html Css Color HEX #655C86 Kimberly

📋 copy color: '#655C86'

red 101 ◦ green 92 ◦ blue 134

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

Shades of Kimberly #655C86

Tints of Kimberly #655C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 30.89%
G = 28.13%
B = 40.98%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#655C86 (or 0x655C86) is known color: Kimberly. HEX triplet: 65, 5C and 86. RGB value is (101,92,134). Sum of RGB (Red+Green+Blue) = 101+92+134=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #655C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C86 is #9AA379. Grayscale: #636363. Windows color (decimal): -10134394 or 8805477. OLE color: 8805477.

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

Color convert

RGB 101 92 134 -
CMYK 0.25 0.31 0 0.47
HSL 252.86º 0.19% 0.44% -
HSV(B) 252.86º 0.31% 0.53% -
XYZ 13.5 12.14 24.19 -
YUV 99.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 101 92 134 0.25 0.31 0 0.47 252.86 0.19 0.44
Hex 65 5C 86 19 1F 0 2F FD 13 2C
Octal 145 134 206 31 37 0 57 375 23 54
Binary 1100101 1011100 10000110 11001 11111 0 101111 11111101 10011 101100

Color Harmonies of #655C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C86

Black with #655C86

Text Example


Text Example

White with #655C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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