Html Css Color HEX #577D93 Horizon

📋 copy color: '#577D93'

red 87 ◦ green 125 ◦ blue 147

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

Shades of Horizon #577D93

Tints of Horizon #577D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 24.23%
G = 34.82%
B = 40.95%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577D93 (or 0x577D93) is known color: Horizon. HEX triplet: 57, 7D and 93. RGB value is (87,125,147). Sum of RGB (Red+Green+Blue) = 87+125+147=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #577D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D93 is #A8826C. Grayscale: #747474. Windows color (decimal): -11043437 or 9665879. OLE color: 9665879.

HSL color Cylindrical-coordinate representation of color #577D93: hue angle of 202º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577D93 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 125 147 -
CMYK 0.41 0.15 0 0.42
HSL 202º 0.26% 0.46% -
HSV(B) 202º 0.41% 0.58% -
XYZ 16.53 18.8 30.36 -
YUV 116.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 87 125 147 0.41 0.15 0 0.42 202 0.26 0.46
Hex 57 7D 93 29 F 0 2A CA 1A 2E
Octal 127 175 223 51 17 0 52 312 32 56
Binary 1010111 1111101 10010011 101001 1111 0 101010 11001010 11010 101110

Color Harmonies of #577D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577D93

Black with #577D93

Text Example


Text Example

White with #577D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,125,147); }

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

background-color css

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

 a { background-color: rgb(87,125,147); }

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

border-color css

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

 span { border-color: rgb(87,125,147); }

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