Html Css Color HEX #658185 Hoki

📋 copy color: '#658185'

red 101 ◦ green 129 ◦ blue 133

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

Shades of Hoki #658185

Tints of Hoki #658185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 27.82%
G = 35.54%
B = 36.64%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#658185 (or 0x658185) is known color: Hoki. HEX triplet: 65, 81 and 85. RGB value is (101,129,133). Sum of RGB (Red+Green+Blue) = 101+129+133=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #658185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658185 is #9A7E7A. Grayscale: #797979. Windows color (decimal): -10124923 or 8749413. OLE color: 8749413.

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

Color convert

RGB 101 129 133 -
CMYK 0.24 0.03 0 0.48
HSL 187.5º 0.14% 0.46% -
HSV(B) 187.5º 0.24% 0.52% -
XYZ 17.45 20.16 25.16 -
YUV 121.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 101 129 133 0.24 0.03 0 0.48 187.5 0.14 0.46
Hex 65 81 85 18 3 0 30 BC E 2E
Octal 145 201 205 30 3 0 60 274 16 56
Binary 1100101 10000001 10000101 11000 11 0 110000 10111100 1110 101110

Color Harmonies of #658185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658185

Black with #658185

Text Example


Text Example

White with #658185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658185; }

 p { color: rgb(101,129,133); }

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

background-color css

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

 a { background-color: rgb(101,129,133); }

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

border-color css

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

 span { border-color: rgb(101,129,133); }

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