Html Css Color HEX #5C798A Hoki

📋 copy color: '#5C798A'

red 92 ◦ green 121 ◦ blue 138

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

Shades of Hoki #5C798A

Tints of Hoki #5C798A

RGB

 RED value IS 92 (36.33% from 255) = 26.21%

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 26.21%
G = 34.47%
B = 39.32%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5C798A (or 0x5C798A) is known color: Hoki. HEX triplet: 5C, 79 and 8A. RGB value is (92,121,138). Sum of RGB (Red+Green+Blue) = 92+121+138=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C798A is #A38675. Grayscale: #727272. Windows color (decimal): -10716790 or 9075036. OLE color: 9075036.

HSL color Cylindrical-coordinate representation of color #5C798A: hue angle of 202.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C798A is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 92 121 138 -
CMYK 0.33 0.12 0 0.46
HSL 202.17º 0.2% 0.45% -
HSV(B) 202.17º 0.33% 0.54% -
XYZ 15.84 17.79 26.64 -
YUV 114.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 92 121 138 0.33 0.12 0 0.46 202.17 0.2 0.45
Hex 5C 79 8A 21 C 0 2E CA 14 2D
Octal 134 171 212 41 14 0 56 312 24 55
Binary 1011100 1111001 10001010 100001 1100 0 101110 11001010 10100 101101

Color Harmonies of #5C798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C798A

Black with #5C798A

Text Example


Text Example

White with #5C798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C798A; }

 p { color: rgb(92,121,138); }

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

background-color css

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

 a { background-color: rgb(92,121,138); }

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

border-color css

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

 span { border-color: rgb(92,121,138); }

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