Html Css Color HEX #64557E Kimberly

📋 copy color: '#64557E'

red 100 ◦ green 85 ◦ blue 126

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

Shades of Kimberly #64557E

Tints of Kimberly #64557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 32.15%
G = 27.33%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64557E (or 0x64557E) is known color: Kimberly. HEX triplet: 64, 55 and 7E. RGB value is (100,85,126). Sum of RGB (Red+Green+Blue) = 100+85+126=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #64557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64557E is #9BAA81. Grayscale: #5E5E5E. Windows color (decimal): -10201730 or 8279396. OLE color: 8279396.

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

Color convert

RGB 100 85 126 -
CMYK 0.21 0.33 0 0.51
HSL 261.95º 0.19% 0.41% -
HSV(B) 261.95º 0.33% 0.49% -
XYZ 12.27 10.71 21.16 -
YUV 94.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 100 85 126 0.21 0.33 0 0.51 261.95 0.19 0.41
Hex 64 55 7E 15 21 0 33 106 13 29
Octal 144 125 176 25 41 0 63 406 23 51
Binary 1100100 1010101 1111110 10101 100001 0 110011 100000110 10011 101001

Color Harmonies of #64557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64557E

Black with #64557E

Text Example


Text Example

White with #64557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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