Html Css Color HEX #577F8A Hoki

📋 copy color: '#577F8A'

red 87 ◦ green 127 ◦ blue 138

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

Shades of Hoki #577F8A

Tints of Hoki #577F8A

RGB

 RED value IS 87 (34.38% from 255) = 24.72%

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

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

R = 24.72%
G = 36.08%
B = 39.2%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#577F8A (or 0x577F8A) is known color: Hoki. HEX triplet: 57, 7F and 8A. RGB value is (87,127,138). Sum of RGB (Red+Green+Blue) = 87+127+138=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #577F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F8A is #A88075. Grayscale: #747474. Windows color (decimal): -11042934 or 9076567. OLE color: 9076567.

HSL color Cylindrical-coordinate representation of color #577F8A: hue angle of 192.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #577F8A is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 127 138 -
CMYK 0.37 0.08 0 0.46
HSL 192.94º 0.23% 0.44% -
HSV(B) 192.94º 0.37% 0.54% -
XYZ 16.11 19.04 26.87 -
YUV 116.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 87 127 138 0.37 0.08 0 0.46 192.94 0.23 0.44
Hex 57 7F 8A 25 8 0 2E C1 17 2C
Octal 127 177 212 45 10 0 56 301 27 54
Binary 1010111 1111111 10001010 100101 1000 0 101110 11000001 10111 101100

Color Harmonies of #577F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F8A

Black with #577F8A

Text Example


Text Example

White with #577F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577F8A; }

 p { color: rgb(87,127,138); }

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

background-color css

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

 a { background-color: rgb(87,127,138); }

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

border-color css

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

 span { border-color: rgb(87,127,138); }

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