Html Css Color HEX #655784 Kimberly

📋 copy color: '#655784'

red 101 ◦ green 87 ◦ blue 132

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

Shades of Kimberly #655784

Tints of Kimberly #655784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 31.56%
G = 27.19%
B = 41.25%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#655784 (or 0x655784) is known color: Kimberly. HEX triplet: 65, 57 and 84. RGB value is (101,87,132). Sum of RGB (Red+Green+Blue) = 101+87+132=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #655784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655784 is #9AA87B. Grayscale: #606060. Windows color (decimal): -10135676 or 8673125. OLE color: 8673125.

HSL color Cylindrical-coordinate representation of color #655784: hue angle of 258.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655784 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 87 132 -
CMYK 0.23 0.34 0 0.48
HSL 258.67º 0.21% 0.43% -
HSV(B) 258.67º 0.34% 0.52% -
XYZ 12.94 11.25 23.32 -
YUV 96.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 101 87 132 0.23 0.34 0 0.48 258.67 0.21 0.43
Hex 65 57 84 17 22 0 30 103 15 2B
Octal 145 127 204 27 42 0 60 403 25 53
Binary 1100101 1010111 10000100 10111 100010 0 110000 100000011 10101 101011

Color Harmonies of #655784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655784

Black with #655784

Text Example


Text Example

White with #655784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655784; }

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

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

background-color css

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

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

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

border-color css

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

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

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