Html Css Color HEX #5C7F90 Hoki

📋 copy color: '#5C7F90'

red 92 ◦ green 127 ◦ blue 144

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

Shades of Hoki #5C7F90

Tints of Hoki #5C7F90

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 25.34%
G = 34.99%
B = 39.67%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C7F90 (or 0x5C7F90) is known color: Hoki. HEX triplet: 5C, 7F and 90. RGB value is (92,127,144). Sum of RGB (Red+Green+Blue) = 92+127+144=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7F90 is #A3806F. Grayscale: #767676. Windows color (decimal): -10715248 or 9469788. OLE color: 9469788.

HSL color Cylindrical-coordinate representation of color #5C7F90: hue angle of 199.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C7F90 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 127 144 -
CMYK 0.36 0.12 0 0.44
HSL 199.62º 0.22% 0.46% -
HSV(B) 199.62º 0.36% 0.56% -
XYZ 17.04 19.47 29.25 -
YUV 118.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 92 127 144 0.36 0.12 0 0.44 199.62 0.22 0.46
Hex 5C 7F 90 24 C 0 2C C8 16 2E
Octal 134 177 220 44 14 0 54 310 26 56
Binary 1011100 1111111 10010000 100100 1100 0 101100 11001000 10110 101110

Color Harmonies of #5C7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7F90

Black with #5C7F90

Text Example


Text Example

White with #5C7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,127,144); }

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

background-color css

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

 a { background-color: rgb(92,127,144); }

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

border-color css

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

 span { border-color: rgb(92,127,144); }

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