Html Css Color HEX #705E88 Kimberly

📋 copy color: '#705E88'

red 112 ◦ green 94 ◦ blue 136

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

Shades of Kimberly #705E88

Tints of Kimberly #705E88

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 32.75%
G = 27.49%
B = 39.77%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705E88 (or 0x705E88) is known color: Kimberly. HEX triplet: 70, 5E and 88. RGB value is (112,94,136). Sum of RGB (Red+Green+Blue) = 112+94+136=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #705E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E88 is #8FA177. Grayscale: #686868. Windows color (decimal): -9412984 or 8937072. OLE color: 8937072.

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

Color convert

RGB 112 94 136 -
CMYK 0.18 0.31 0 0.47
HSL 265.71º 0.18% 0.45% -
HSV(B) 265.71º 0.31% 0.53% -
XYZ 15.13 13.23 25.05 -
YUV 104.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 112 94 136 0.18 0.31 0 0.47 265.71 0.18 0.45
Hex 70 5E 88 12 1F 0 2F 10A 12 2D
Octal 160 136 210 22 37 0 57 412 22 55
Binary 1110000 1011110 10001000 10010 11111 0 101111 100001010 10010 101101

Color Harmonies of #705E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E88

Black with #705E88

Text Example


Text Example

White with #705E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E88; }

 p { color: rgb(112,94,136); }

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

background-color css

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

 a { background-color: rgb(112,94,136); }

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

border-color css

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

 span { border-color: rgb(112,94,136); }

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