Html Css Color HEX #706583 Kimberly

📋 copy color: '#706583'

red 112 ◦ green 101 ◦ blue 131

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

Shades of Kimberly #706583

Tints of Kimberly #706583

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 value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706583 (or 0x706583) is known color: 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

RGB 112 101 131 -
CMYK 0.15 0.23 0 0.49
HSL 262º 0.13% 0.45% -
HSV(B) 262º 0.23% 0.51% -
XYZ 15.43 14.39 23.44 -
YUV 107.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 112 101 131 0.15 0.23 0 0.49 262 0.13 0.45
Hex 70 65 83 F 17 0 31 106 D 2D
Octal 160 145 203 17 27 0 61 406 15 55
Binary 1110000 1100101 10000011 1111 10111 0 110001 100000110 1101 101101

Color Harmonies of #706583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706583

Black with #706583

Text Example


Text Example

White with #706583

Text Example


Text Example

HTML Codes & Css Web 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>