Html Css Color HEX #705F88 Kimberly

📋 copy color: '#705F88'

red 112 ◦ green 95 ◦ blue 136

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

Shades of Kimberly #705F88

Tints of Kimberly #705F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 32.65%
G = 27.7%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705F88 (or 0x705F88) is known color: Kimberly. HEX triplet: 70, 5F and 88. RGB value is (112,95,136). Sum of RGB (Red+Green+Blue) = 112+95+136=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #705F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F88 is #8FA077. Grayscale: #686868. Windows color (decimal): -9412728 or 8937328. OLE color: 8937328.

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

Color convert

RGB 112 95 136 -
CMYK 0.18 0.30 0 0.47
HSL 264.88º 0.18% 0.45% -
HSV(B) 264.88º 0.3% 0.53% -
XYZ 15.22 13.41 25.08 -
YUV 104.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 112 95 136 0.18 0.30 0 0.47 264.88 0.18 0.45
Hex 70 5F 88 12 1E 0 2F 109 12 2D
Octal 160 137 210 22 36 0 57 411 22 55
Binary 1110000 1011111 10001000 10010 11110 0 101111 100001001 10010 101101

Color Harmonies of #705F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F88

Black with #705F88

Text Example


Text Example

White with #705F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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