Html Css Color HEX #65557B Kimberly

📋 copy color: '#65557B'

red 101 ◦ green 85 ◦ blue 123

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

Shades of Kimberly #65557B

Tints of Kimberly #65557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 32.69%
G = 27.51%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65557B (or 0x65557B) is known color: Kimberly. HEX triplet: 65, 55 and 7B. RGB value is (101,85,123). Sum of RGB (Red+Green+Blue) = 101+85+123=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #65557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65557B is #9AAA84. Grayscale: #5D5D5D. Windows color (decimal): -10136197 or 8082789. OLE color: 8082789.

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

Color convert

RGB 101 85 123 -
CMYK 0.18 0.31 0 0.52
HSL 265.26º 0.18% 0.41% -
HSV(B) 265.26º 0.31% 0.48% -
XYZ 12.19 10.69 20.16 -
YUV 94.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 101 85 123 0.18 0.31 0 0.52 265.26 0.18 0.41
Hex 65 55 7B 12 1F 0 34 109 12 29
Octal 145 125 173 22 37 0 64 411 22 51
Binary 1100101 1010101 1111011 10010 11111 0 110100 100001001 10010 101001

Color Harmonies of #65557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65557B

Black with #65557B

Text Example


Text Example

White with #65557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,85,123); }

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

background-color css

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

 a { background-color: rgb(101,85,123); }

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

border-color css

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

 span { border-color: rgb(101,85,123); }

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