Html Css Color HEX #658085 Hoki

📋 copy color: '#658085'

red 101 ◦ green 128 ◦ blue 133

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

Shades of Hoki #658085

Tints of Hoki #658085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 27.9%
G = 35.36%
B = 36.74%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#658085 (or 0x658085) is known color: Hoki. HEX triplet: 65, 80 and 85. RGB value is (101,128,133). Sum of RGB (Red+Green+Blue) = 101+128+133=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #658085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658085 is #9A7F7A. Grayscale: #787878. Windows color (decimal): -10125179 or 8749157. OLE color: 8749157.

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

Color convert

RGB 101 128 133 -
CMYK 0.24 0.04 0 0.48
HSL 189.38º 0.14% 0.46% -
HSV(B) 189.38º 0.24% 0.52% -
XYZ 17.32 19.9 25.12 -
YUV 120.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 101 128 133 0.24 0.04 0 0.48 189.38 0.14 0.46
Hex 65 80 85 18 4 0 30 BD E 2E
Octal 145 200 205 30 4 0 60 275 16 56
Binary 1100101 10000000 10000101 11000 100 0 110000 10111101 1110 101110

Color Harmonies of #658085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658085

Black with #658085

Text Example


Text Example

White with #658085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658085; }

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

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

background-color css

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

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

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

border-color css

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

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

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