Html Css Color HEX #625582 Kimberly

📋 copy color: '#625582'

red 98 ◦ green 85 ◦ blue 130

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

Shades of Kimberly #625582

Tints of Kimberly #625582

RGB

 RED value IS 98 (38.67% from 255) = 31.31%

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 31.31%
G = 27.16%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625582 (or 0x625582) is known color: Kimberly. HEX triplet: 62, 55 and 82. RGB value is (98,85,130). Sum of RGB (Red+Green+Blue) = 98+85+130=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #625582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625582 is #9DAA7D. Grayscale: #5D5D5D. Windows color (decimal): -10332798 or 8541538. OLE color: 8541538.

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

Color convert

RGB 98 85 130 -
CMYK 0.25 0.35 0 0.49
HSL 257.33º 0.21% 0.42% -
HSV(B) 257.33º 0.35% 0.51% -
XYZ 12.31 10.71 22.54 -
YUV 94.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 98 85 130 0.25 0.35 0 0.49 257.33 0.21 0.42
Hex 62 55 82 19 23 0 31 101 15 2A
Octal 142 125 202 31 43 0 61 401 25 52
Binary 1100010 1010101 10000010 11001 100011 0 110001 100000001 10101 101010

Color Harmonies of #625582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625582

Black with #625582

Text Example


Text Example

White with #625582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625582; }

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

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

background-color css

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

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

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

border-color css

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

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

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