Html Css Color HEX #64557C Kimberly

📋 copy color: '#64557C'

red 100 ◦ green 85 ◦ blue 124

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

Shades of Kimberly #64557C

Tints of Kimberly #64557C

RGB

 RED value IS 100 (39.45% from 255) = 32.36%

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 32.36%
G = 27.51%
B = 40.13%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64557C (or 0x64557C) is known color: Kimberly. HEX triplet: 64, 55 and 7C. RGB value is (100,85,124). Sum of RGB (Red+Green+Blue) = 100+85+124=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #64557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64557C is #9BAA83. Grayscale: #5D5D5D. Windows color (decimal): -10201732 or 8148324. OLE color: 8148324.

HSL color Cylindrical-coordinate representation of color #64557C: hue angle of 263.08º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64557C is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 85 124 -
CMYK 0.19 0.31 0 0.51
HSL 263.08º 0.19% 0.41% -
HSV(B) 263.08º 0.31% 0.49% -
XYZ 12.14 10.66 20.49 -
YUV 93.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 100 85 124 0.19 0.31 0 0.51 263.08 0.19 0.41
Hex 64 55 7C 13 1F 0 33 107 13 29
Octal 144 125 174 23 37 0 63 407 23 51
Binary 1100100 1010101 1111100 10011 11111 0 110011 100000111 10011 101001

Color Harmonies of #64557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64557C

Black with #64557C

Text Example


Text Example

White with #64557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64557C; }

 p { color: rgb(100,85,124); }

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

background-color css

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

 a { background-color: rgb(100,85,124); }

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

border-color css

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

 span { border-color: rgb(100,85,124); }

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