Html Css Color HEX #658288 Hoki

📋 copy color: '#658288'

red 101 ◦ green 130 ◦ blue 136

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

Shades of Hoki #658288

Tints of Hoki #658288

RGB

 RED value IS 101 (39.84% from 255) = 27.52%

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 27.52%
G = 35.42%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#658288 (or 0x658288) is known color: Hoki. HEX triplet: 65, 82 and 88. RGB value is (101,130,136). Sum of RGB (Red+Green+Blue) = 101+130+136=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #658288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658288 is #9A7D77. Grayscale: #797979. Windows color (decimal): -10124664 or 8946277. OLE color: 8946277.

HSL color Cylindrical-coordinate representation of color #658288: hue angle of 190.29º 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 #658288 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 130 136 -
CMYK 0.26 0.04 0 0.47
HSL 190.29º 0.15% 0.46% -
HSV(B) 190.29º 0.26% 0.53% -
XYZ 17.79 20.51 26.31 -
YUV 122.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 101 130 136 0.26 0.04 0 0.47 190.29 0.15 0.46
Hex 65 82 88 1A 4 0 2F BE F 2E
Octal 145 202 210 32 4 0 57 276 17 56
Binary 1100101 10000010 10001000 11010 100 0 101111 10111110 1111 101110

Color Harmonies of #658288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658288

Black with #658288

Text Example


Text Example

White with #658288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658288; }

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

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

background-color css

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

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

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

border-color css

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

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

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