#627592

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

Shades of Waikawa Grey #627592

Tints of Waikawa Grey #627592

Color information

#627592 (or 0x627592) is unknown color: approx Waikawa Grey. HEX triplet: 62, 75 and 92. RGB value is (98,117,146). Sum of RGB (Red+Green+Blue) = 98+117+146=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #627592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627592 is #9D8A6D. Grayscale: #727272. Windows color (decimal): -10324590 or 9598306. OLE color: 9598306.

HSL color Cylindrical-coordinate representation of color #627592: hue angle of 216.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627592 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB98117146-
CMYK0.330.2000.43
HSL216.25º19.67%47.84%-
HSV(B)216.25º32.88%57.25%-
XYZ16.5917.3929.68-
YUV114.62145.71116.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=27.15%
G=32.41%
B=40.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981171460.330.2000.43216.2519.6747.84
Hex627592211402Bd81430
Octal14216522241240533302460
Binary11000101110101100100101000011010001010111101100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627592; }

 p { color: rgb(98,117,146); }

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

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

 a { background-color: rgb(98,117,146); }

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

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

 span { border-color: rgb(98,117,146); }

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