Html Css Color HEX #64577F Kimberly

📋 copy color: '#64577F'

red 100 ◦ green 87 ◦ blue 127

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

Shades of Kimberly #64577F

Tints of Kimberly #64577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 31.85%
G = 27.71%
B = 40.45%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64577F (or 0x64577F) is known color: Kimberly. HEX triplet: 64, 57 and 7F. RGB value is (100,87,127). Sum of RGB (Red+Green+Blue) = 100+87+127=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #64577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64577F is #9BA880. Grayscale: #5F5F5F. Windows color (decimal): -10201217 or 8345444. OLE color: 8345444.

HSL color Cylindrical-coordinate representation of color #64577F: hue angle of 259.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64577F is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 87 127 -
CMYK 0.21 0.31 0 0.50
HSL 259.5º 0.19% 0.42% -
HSV(B) 259.5º 0.31% 0.5% -
XYZ 12.49 11.06 21.55 -
YUV 95.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 100 87 127 0.21 0.31 0 0.50 259.5 0.19 0.42
Hex 64 57 7F 15 1F 0 32 104 13 2A
Octal 144 127 177 25 37 0 62 404 23 52
Binary 1100100 1010111 1111111 10101 11111 0 110010 100000100 10011 101010

Color Harmonies of #64577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64577F

Black with #64577F

Text Example


Text Example

White with #64577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64577F; }

 p { color: rgb(100,87,127); }

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

background-color css

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

 a { background-color: rgb(100,87,127); }

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

border-color css

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

 span { border-color: rgb(100,87,127); }

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