Html Css Color HEX #65587A Kimberly

📋 copy color: '#65587A'

red 101 ◦ green 88 ◦ blue 122

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

Shades of Kimberly #65587A

Tints of Kimberly #65587A

RGB

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

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

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

R = 32.48%
G = 28.3%
B = 39.23%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65587A (or 0x65587A) is known color: Kimberly. HEX triplet: 65, 58 and 7A. RGB value is (101,88,122). Sum of RGB (Red+Green+Blue) = 101+88+122=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #65587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65587A is #9AA785. Grayscale: #5F5F5F. Windows color (decimal): -10135430 or 8018021. OLE color: 8018021.

HSL color Cylindrical-coordinate representation of color #65587A: hue angle of 262.94º degrees, saturation: 0.16, 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 #65587A is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 88 122 -
CMYK 0.17 0.28 0 0.52
HSL 262.94º 0.16% 0.41% -
HSV(B) 262.94º 0.28% 0.48% -
XYZ 12.37 11.15 19.91 -
YUV 95.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 101 88 122 0.17 0.28 0 0.52 262.94 0.16 0.41
Hex 65 58 7A 11 1C 0 34 107 10 29
Octal 145 130 172 21 34 0 64 407 20 51
Binary 1100101 1011000 1111010 10001 11100 0 110100 100000111 10000 101001

Color Harmonies of #65587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65587A

Black with #65587A

Text Example


Text Example

White with #65587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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