Html Css Color HEX #656091 Kimberly

📋 copy color: '#656091'

red 101 ◦ green 96 ◦ blue 145

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

Shades of Kimberly #656091

Tints of Kimberly #656091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 29.53%
G = 28.07%
B = 42.4%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#656091 (or 0x656091) is known color: Kimberly. HEX triplet: 65, 60 and 91. RGB value is (101,96,145). Sum of RGB (Red+Green+Blue) = 101+96+145=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #656091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656091 is #9A9F6E. Grayscale: #666666. Windows color (decimal): -10133359 or 9527397. OLE color: 9527397.

HSL color Cylindrical-coordinate representation of color #656091: hue angle of 246.12º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656091 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 96 145 -
CMYK 0.30 0.34 0 0.43
HSL 246.12º 0.2% 0.47% -
HSV(B) 246.12º 0.34% 0.57% -
XYZ 14.66 13.18 28.56 -
YUV 103.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 101 96 145 0.30 0.34 0 0.43 246.12 0.2 0.47
Hex 65 60 91 1E 22 0 2B F6 14 2F
Octal 145 140 221 36 42 0 53 366 24 57
Binary 1100101 1100000 10010001 11110 100010 0 101011 11110110 10100 101111

Color Harmonies of #656091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656091

Black with #656091

Text Example


Text Example

White with #656091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656091; }

 p { color: rgb(101,96,145); }

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

background-color css

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

 a { background-color: rgb(101,96,145); }

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

border-color css

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

 span { border-color: rgb(101,96,145); }

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