Html Css Color HEX #656085 Kimberly

📋 copy color: '#656085'

red 101 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #656085

Tints of Kimberly #656085

RGB

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

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

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

R = 30.61%
G = 29.09%
B = 40.3%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656085 (or 0x656085) is known color: Kimberly. HEX triplet: 65, 60 and 85. RGB value is (101,96,133). Sum of RGB (Red+Green+Blue) = 101+96+133=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #656085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656085 is #9A9F7A. Grayscale: #656565. Windows color (decimal): -10133371 or 8740965. OLE color: 8740965.

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

Color convert

RGB 101 96 133 -
CMYK 0.24 0.28 0 0.48
HSL 248.11º 0.16% 0.45% -
HSV(B) 248.11º 0.28% 0.52% -
XYZ 13.78 12.83 23.94 -
YUV 101.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 101 96 133 0.24 0.28 0 0.48 248.11 0.16 0.45
Hex 65 60 85 18 1C 0 30 F8 10 2D
Octal 145 140 205 30 34 0 60 370 20 55
Binary 1100101 1100000 10000101 11000 11100 0 110000 11111000 10000 101101

Color Harmonies of #656085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656085

Black with #656085

Text Example


Text Example

White with #656085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656085; }

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

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

background-color css

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

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

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

border-color css

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

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

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