Html Css Color HEX #65597E Kimberly

📋 copy color: '#65597E'

red 101 ◦ green 89 ◦ blue 126

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

Shades of Kimberly #65597E

Tints of Kimberly #65597E

RGB

 RED value IS 101 (39.84% from 255) = 31.96%

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 31.96%
G = 28.16%
B = 39.87%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65597E (or 0x65597E) is known color: Kimberly. HEX triplet: 65, 59 and 7E. RGB value is (101,89,126). Sum of RGB (Red+Green+Blue) = 101+89+126=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #65597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597E is #9AA681. Grayscale: #606060. Windows color (decimal): -10135170 or 8280421. OLE color: 8280421.

HSL color Cylindrical-coordinate representation of color #65597E: hue angle of 259.46º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65597E is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 89 126 -
CMYK 0.20 0.29 0 0.51
HSL 259.46º 0.17% 0.42% -
HSV(B) 259.46º 0.29% 0.49% -
XYZ 12.71 11.42 21.27 -
YUV 96.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 101 89 126 0.20 0.29 0 0.51 259.46 0.17 0.42
Hex 65 59 7E 14 1D 0 33 103 11 2A
Octal 145 131 176 24 35 0 63 403 21 52
Binary 1100101 1011001 1111110 10100 11101 0 110011 100000011 10001 101010

Color Harmonies of #65597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65597E

Black with #65597E

Text Example


Text Example

White with #65597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,89,126); }

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

background-color css

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

 a { background-color: rgb(101,89,126); }

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

border-color css

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

 span { border-color: rgb(101,89,126); }

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