#658284

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

Shades of Hoki #658284

Tints of Hoki #658284

Color information

#658284 (or 0x658284) is unknown color: approx Hoki. HEX triplet: 65, 82 and 84. RGB value is (101,130,132). Sum of RGB (Red+Green+Blue) = 101+130+132=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #658284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658284 is #9A7D7B. Grayscale: #797979. Windows color (decimal): -10124668 or 8684133. OLE color: 8684133.

HSL color Cylindrical-coordinate representation of color #658284: hue angle of 183.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658284 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101130132-
CMYK0.230.0200.48
HSL183.87º13.3%45.69%-
HSV(B)183.87º23.48%51.76%-
XYZ17.5120.424.84-
YUV121.56133.89113.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=27.82%
G=35.81%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011301320.230.0200.48183.8713.345.69
Hex658284172030b8d2e
Octal1452022042720602701556
Binary1100101100000101000010010111100110000101110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658284; }

 p { color: rgb(101,130,132); }

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

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

 a { background-color: rgb(101,130,132); }

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

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

 span { border-color: rgb(101,130,132); }

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