#62529E

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

Shades of Scampi #62529E

Tints of Scampi #62529E

Color information

#62529E (or 0x62529E) is unknown color: approx Scampi. HEX triplet: 62, 52 and 9E. RGB value is (98,82,158). Sum of RGB (Red+Green+Blue) = 98+82+158=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #62529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62529E is #9DAD61. Grayscale: #5F5F5F. Windows color (decimal): -10333538 or 10375778. OLE color: 10375778.

HSL color Cylindrical-coordinate representation of color #62529E: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62529E is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9882158-
CMYK0.380.4800.38
HSL252.63º31.67%47.06%-
HSV(B)252.63º48.1%61.96%-
XYZ14.2311.133.74-
YUV95.45163.3129.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=28.99%
G=24.26%
B=46.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98821580.380.4800.38252.6331.6747.06
Hex62529E2630026fd202f
Octal14212223646600463754057
Binary1100010101001010011110100110110000010011011111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62529E; }

 p { color: rgb(98,82,158); }

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

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

 a { background-color: rgb(98,82,158); }

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

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

 span { border-color: rgb(98,82,158); }

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