#625982

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

Shades of Kimberly #625982

Tints of Kimberly #625982

Color information

#625982 (or 0x625982) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 82. RGB value is (98,89,130). Sum of RGB (Red+Green+Blue) = 98+89+130=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #625982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625982 is #9DA67D. Grayscale: #606060. Windows color (decimal): -10331774 or 8542562. OLE color: 8542562.

HSL color Cylindrical-coordinate representation of color #625982: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625982 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9889130-
CMYK0.250.3200.49
HSL253.17º18.72%42.94%-
HSV(B)253.17º31.54%50.98%-
XYZ12.6411.3522.64-
YUV96.36146.98129.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=30.91%
G=28.08%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98891300.250.3200.49253.1718.7242.94
Hex6259821920031fd132b
Octal14213120231400613752353
Binary11000101011001100000101100110000001100011111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625982; }

 p { color: rgb(98,89,130); }

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

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

 a { background-color: rgb(98,89,130); }

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

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

 span { border-color: rgb(98,89,130); }

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