Html Css Color HEX #64587F Kimberly

📋 copy color: '#64587F'

red 100 ◦ green 88 ◦ blue 127

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

Shades of Kimberly #64587F

Tints of Kimberly #64587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 31.75%
G = 27.94%
B = 40.32%

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

#64587F (or 0x64587F) is known color: Kimberly. HEX triplet: 64, 58 and 7F. RGB value is (100,88,127). Sum of RGB (Red+Green+Blue) = 100+88+127=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #64587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64587F is #9BA780. Grayscale: #5F5F5F. Windows color (decimal): -10200961 or 8345700. OLE color: 8345700.

HSL color Cylindrical-coordinate representation of color #64587F: hue angle of 258.46º degrees, saturation: 0.18, 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 #64587F is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 88 127 -
CMYK 0.21 0.31 0 0.50
HSL 258.46º 0.18% 0.42% -
HSV(B) 258.46º 0.31% 0.5% -
XYZ 12.58 11.22 21.58 -
YUV 96.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 100 88 127 0.21 0.31 0 0.50 258.46 0.18 0.42
Hex 64 58 7F 15 1F 0 32 102 12 2A
Octal 144 130 177 25 37 0 62 402 22 52
Binary 1100100 1011000 1111111 10101 11111 0 110010 100000010 10010 101010

Color Harmonies of #64587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64587F

Black with #64587F

Text Example


Text Example

White with #64587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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