#706583

Color #706583 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #706583

Tints of Kimberly #706583

Color information

#706583 (or 0x706583) is unknown color: approx Kimberly. HEX triplet: 70, 65 and 83. RGB value is (112,101,131). Sum of RGB (Red+Green+Blue) = 112+101+131=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #706583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706583 is #8F9A7C. Grayscale: #6B6B6B. Windows color (decimal): -9411197 or 8611184. OLE color: 8611184.

HSL color Cylindrical-coordinate representation of color #706583: hue angle of 262º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706583 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112101131-
CMYK0.150.2300.49
HSL262º12.93%45.49%-
HSV(B)262º22.9%51.37%-
XYZ15.4314.3923.44-
YUV107.71141.14131.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=32.56%
G=29.36%
B=38.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121011310.150.2300.4926212.9345.49
Hex706583F17031106d2d
Octal16014520317270614061555
Binary111000011001011000001111111011101100011000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706583; }

 p { color: rgb(112,101,131); }

 H1.HeaderClassName
 {
   color: #706583;
 }
 .AnyTagClassName
 {
   color: #706583;
 }
</style>
background-color css

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

 a { background-color: rgb(112,101,131); }

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

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

 span { border-color: rgb(112,101,131); }

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