Html Css Color HEX #65597A Kimberly

📋 copy color: '#65597A'

red 101 ◦ green 89 ◦ blue 122

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

Shades of Kimberly #65597A

Tints of Kimberly #65597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 32.37%
G = 28.53%
B = 39.1%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65597A (or 0x65597A) is known color: Kimberly. HEX triplet: 65, 59 and 7A. RGB value is (101,89,122). Sum of RGB (Red+Green+Blue) = 101+89+122=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #65597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597A is #9AA685. Grayscale: #606060. Windows color (decimal): -10135174 or 8018277. OLE color: 8018277.

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

Color convert

RGB 101 89 122 -
CMYK 0.17 0.27 0 0.52
HSL 261.82º 0.16% 0.41% -
HSV(B) 261.82º 0.27% 0.48% -
XYZ 12.45 11.32 19.94 -
YUV 96.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 101 89 122 0.17 0.27 0 0.52 261.82 0.16 0.41
Hex 65 59 7A 11 1B 0 34 106 10 29
Octal 145 131 172 21 33 0 64 406 20 51
Binary 1100101 1011001 1111010 10001 11011 0 110100 100000110 10000 101001

Color Harmonies of #65597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65597A

Black with #65597A

Text Example


Text Example

White with #65597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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