Html Css Color HEX #58798B Hoki

📋 copy color: '#58798B'

red 88 ◦ green 121 ◦ blue 139

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

Shades of Hoki #58798B

Tints of Hoki #58798B

RGB

 RED value IS 88 (34.77% from 255) = 25.29%

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 25.29%
G = 34.77%
B = 39.94%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58798B (or 0x58798B) is known color: Hoki. HEX triplet: 58, 79 and 8B. RGB value is (88,121,139). Sum of RGB (Red+Green+Blue) = 88+121+139=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #58798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58798B is #A78674. Grayscale: #717171. Windows color (decimal): -10978933 or 9140568. OLE color: 9140568.

HSL color Cylindrical-coordinate representation of color #58798B: hue angle of 201.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58798B is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 121 139 -
CMYK 0.37 0.13 0 0.45
HSL 201.18º 0.22% 0.45% -
HSV(B) 201.18º 0.37% 0.55% -
XYZ 15.52 17.61 27.01 -
YUV 113.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 88 121 139 0.37 0.13 0 0.45 201.18 0.22 0.45
Hex 58 79 8B 25 D 0 2D C9 16 2D
Octal 130 171 213 45 15 0 55 311 26 55
Binary 1011000 1111001 10001011 100101 1101 0 101101 11001001 10110 101101

Color Harmonies of #58798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58798B

Black with #58798B

Text Example


Text Example

White with #58798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58798B; }

 p { color: rgb(88,121,139); }

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

background-color css

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

 a { background-color: rgb(88,121,139); }

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

border-color css

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

 span { border-color: rgb(88,121,139); }

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