#658088

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

Shades of Hoki #658088

Tints of Hoki #658088

Color information

#658088 (or 0x658088) is unknown color: approx Hoki. HEX triplet: 65, 80 and 88. RGB value is (101,128,136). Sum of RGB (Red+Green+Blue) = 101+128+136=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #658088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658088 is #9A7F77. Grayscale: #787878. Windows color (decimal): -10125176 or 8945765. OLE color: 8945765.

HSL color Cylindrical-coordinate representation of color #658088: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658088 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101128136-
CMYK0.260.0600.47
HSL193.71º14.77%46.47%-
HSV(B)193.71º25.74%53.33%-
XYZ17.5319.9826.23-
YUV120.84136.55113.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=27.67%
G=35.07%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011281360.260.0600.47193.7114.7746.47
Hex6580881A602Fc2f2e
Octal1452002103260573021756
Binary11001011000000010001000110101100101111110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658088; }

 p { color: rgb(101,128,136); }

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

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

 a { background-color: rgb(101,128,136); }

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

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

 span { border-color: rgb(101,128,136); }

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