Html Css Color HEX #655C82 Kimberly

📋 copy color: '#655C82'

red 101 ◦ green 92 ◦ blue 130

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

Shades of Kimberly #655C82

Tints of Kimberly #655C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 31.27%
G = 28.48%
B = 40.25%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#655C82 (or 0x655C82) is known color: Kimberly. HEX triplet: 65, 5C and 82. RGB value is (101,92,130). Sum of RGB (Red+Green+Blue) = 101+92+130=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #655C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C82 is #9AA37D. Grayscale: #626262. Windows color (decimal): -10134398 or 8543333. OLE color: 8543333.

HSL color Cylindrical-coordinate representation of color #655C82: hue angle of 254.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #655C82 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 92 130 -
CMYK 0.22 0.29 0 0.49
HSL 254.21º 0.17% 0.44% -
HSV(B) 254.21º 0.29% 0.51% -
XYZ 13.22 12.03 22.74 -
YUV 99.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 101 92 130 0.22 0.29 0 0.49 254.21 0.17 0.44
Hex 65 5C 82 16 1D 0 31 FE 11 2C
Octal 145 134 202 26 35 0 61 376 21 54
Binary 1100101 1011100 10000010 10110 11101 0 110001 11111110 10001 101100

Color Harmonies of #655C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C82

Black with #655C82

Text Example


Text Example

White with #655C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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