Html Css Color HEX #656388 Kimberly

📋 copy color: '#656388'

red 101 ◦ green 99 ◦ blue 136

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

Shades of Kimberly #656388

Tints of Kimberly #656388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 30.06%
G = 29.46%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656388 (or 0x656388) is known color: Kimberly. HEX triplet: 65, 63 and 88. RGB value is (101,99,136). Sum of RGB (Red+Green+Blue) = 101+99+136=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #656388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656388 is #9A9C77. Grayscale: #676767. Windows color (decimal): -10132600 or 8938341. OLE color: 8938341.

HSL color Cylindrical-coordinate representation of color #656388: hue angle of 243.24º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656388 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 99 136 -
CMYK 0.26 0.27 0 0.47
HSL 243.24º 0.16% 0.46% -
HSV(B) 243.24º 0.27% 0.53% -
XYZ 14.27 13.47 25.14 -
YUV 103.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 101 99 136 0.26 0.27 0 0.47 243.24 0.16 0.46
Hex 65 63 88 1A 1B 0 2F F3 10 2E
Octal 145 143 210 32 33 0 57 363 20 56
Binary 1100101 1100011 10001000 11010 11011 0 101111 11110011 10000 101110

Color Harmonies of #656388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656388

Black with #656388

Text Example


Text Example

White with #656388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656388; }

 p { color: rgb(101,99,136); }

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

background-color css

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

 a { background-color: rgb(101,99,136); }

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

border-color css

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

 span { border-color: rgb(101,99,136); }

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