Html Css Color HEX #656185 Kimberly

📋 copy color: '#656185'

red 101 ◦ green 97 ◦ blue 133

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

Shades of Kimberly #656185

Tints of Kimberly #656185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 30.51%
G = 29.31%
B = 40.18%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656185 (or 0x656185) is known color: Kimberly. HEX triplet: 65, 61 and 85. RGB value is (101,97,133). Sum of RGB (Red+Green+Blue) = 101+97+133=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #656185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656185 is #9A9E7A. Grayscale: #666666. Windows color (decimal): -10133115 or 8741221. OLE color: 8741221.

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

Color convert

RGB 101 97 133 -
CMYK 0.24 0.27 0 0.48
HSL 246.67º 0.16% 0.45% -
HSV(B) 246.67º 0.27% 0.52% -
XYZ 13.88 13.01 23.97 -
YUV 102.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 101 97 133 0.24 0.27 0 0.48 246.67 0.16 0.45
Hex 65 61 85 18 1B 0 30 F7 10 2D
Octal 145 141 205 30 33 0 60 367 20 55
Binary 1100101 1100001 10000101 11000 11011 0 110000 11110111 10000 101101

Color Harmonies of #656185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656185

Black with #656185

Text Example


Text Example

White with #656185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656185; }

 p { color: rgb(101,97,133); }

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

background-color css

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

 a { background-color: rgb(101,97,133); }

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

border-color css

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

 span { border-color: rgb(101,97,133); }

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