Html Css Color HEX #5C848A Hoki

📋 copy color: '#5C848A'

red 92 ◦ green 132 ◦ blue 138

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

Shades of Hoki #5C848A

Tints of Hoki #5C848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 25.41%
G = 36.46%
B = 38.12%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5C848A (or 0x5C848A) is known color: Hoki. HEX triplet: 5C, 84 and 8A. RGB value is (92,132,138). Sum of RGB (Red+Green+Blue) = 92+132+138=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C848A is #A37B75. Grayscale: #787878. Windows color (decimal): -10713974 or 9077852. OLE color: 9077852.

HSL color Cylindrical-coordinate representation of color #5C848A: hue angle of 187.83º 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 #5C848A is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 92 132 138 -
CMYK 0.33 0.04 0 0.46
HSL 187.83º 0.2% 0.45% -
HSV(B) 187.83º 0.33% 0.54% -
XYZ 17.25 20.61 27.11 -
YUV 120.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 92 132 138 0.33 0.04 0 0.46 187.83 0.2 0.45
Hex 5C 84 8A 21 4 0 2E BC 14 2D
Octal 134 204 212 41 4 0 56 274 24 55
Binary 1011100 10000100 10001010 100001 100 0 101110 10111100 10100 101101

Color Harmonies of #5C848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C848A

Black with #5C848A

Text Example


Text Example

White with #5C848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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