Html Css Color HEX #64587B Kimberly

📋 copy color: '#64587B'

red 100 ◦ green 88 ◦ blue 123

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

Shades of Kimberly #64587B

Tints of Kimberly #64587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 32.15%
G = 28.3%
B = 39.55%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64587B (or 0x64587B) is known color: Kimberly. HEX triplet: 64, 58 and 7B. RGB value is (100,88,123). Sum of RGB (Red+Green+Blue) = 100+88+123=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #64587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64587B is #9BA784. Grayscale: #5F5F5F. Windows color (decimal): -10200965 or 8083556. OLE color: 8083556.

HSL color Cylindrical-coordinate representation of color #64587B: hue angle of 260.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64587B is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 88 123 -
CMYK 0.19 0.28 0 0.52
HSL 260.57º 0.17% 0.41% -
HSV(B) 260.57º 0.28% 0.48% -
XYZ 12.32 11.12 20.24 -
YUV 95.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 100 88 123 0.19 0.28 0 0.52 260.57 0.17 0.41
Hex 64 58 7B 13 1C 0 34 105 11 29
Octal 144 130 173 23 34 0 64 405 21 51
Binary 1100100 1011000 1111011 10011 11100 0 110100 100000101 10001 101001

Color Harmonies of #64587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64587B

Black with #64587B

Text Example


Text Example

White with #64587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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