Html Css Color HEX #656285 Kimberly

📋 copy color: '#656285'

red 101 ◦ green 98 ◦ blue 133

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

Shades of Kimberly #656285

Tints of Kimberly #656285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 30.42%
G = 29.52%
B = 40.06%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656285 (or 0x656285) is known color: Kimberly. HEX triplet: 65, 62 and 85. RGB value is (101,98,133). Sum of RGB (Red+Green+Blue) = 101+98+133=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #656285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656285 is #9A9D7A. Grayscale: #666666. Windows color (decimal): -10132859 or 8741477. OLE color: 8741477.

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

Color convert

RGB 101 98 133 -
CMYK 0.24 0.26 0 0.48
HSL 245.14º 0.15% 0.45% -
HSV(B) 245.14º 0.26% 0.52% -
XYZ 13.97 13.2 24 -
YUV 102.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 101 98 133 0.24 0.26 0 0.48 245.14 0.15 0.45
Hex 65 62 85 18 1A 0 30 F5 F 2D
Octal 145 142 205 30 32 0 60 365 17 55
Binary 1100101 1100010 10000101 11000 11010 0 110000 11110101 1111 101101

Color Harmonies of #656285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656285

Black with #656285

Text Example


Text Example

White with #656285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656285; }

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

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

background-color css

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

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

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

border-color css

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

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

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