Html Css Color HEX #656088 Kimberly

📋 copy color: '#656088'

red 101 ◦ green 96 ◦ blue 136

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

Shades of Kimberly #656088

Tints of Kimberly #656088

RGB

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

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

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

R = 30.33%
G = 28.83%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#656088 (or 0x656088) is known color: Kimberly. HEX triplet: 65, 60 and 88. RGB value is (101,96,136). Sum of RGB (Red+Green+Blue) = 101+96+136=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #656088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656088 is #9A9F77. Grayscale: #656565. Windows color (decimal): -10133368 or 8937573. OLE color: 8937573.

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

Color convert

RGB 101 96 136 -
CMYK 0.26 0.29 0 0.47
HSL 247.5º 0.17% 0.45% -
HSV(B) 247.5º 0.29% 0.53% -
XYZ 13.99 12.91 25.05 -
YUV 102.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 101 96 136 0.26 0.29 0 0.47 247.5 0.17 0.45
Hex 65 60 88 1A 1D 0 2F F8 11 2D
Octal 145 140 210 32 35 0 57 370 21 55
Binary 1100101 1100000 10001000 11010 11101 0 101111 11111000 10001 101101

Color Harmonies of #656088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656088

Black with #656088

Text Example


Text Example

White with #656088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656088; }

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

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

background-color css

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

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

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

border-color css

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

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

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