Html Css Color HEX #5A8C98 Horizon

📋 copy color: '#5A8C98'

red 90 ◦ green 140 ◦ blue 152

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

Shades of Horizon #5A8C98

Tints of Horizon #5A8C98

RGB

 RED value IS 90 (35.55% from 255) = 23.56%

 GREEN value IS 140 (55.08% from 255) = 36.65%

 BLUE value IS 152 (59.77% from 255) = 39.79%

R = 23.56%
G = 36.65%
B = 39.79%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5A8C98 (or 0x5A8C98) is known color: Horizon. HEX triplet: 5A, 8C and 98. RGB value is (90,140,152). Sum of RGB (Red+Green+Blue) = 90+140+152=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A8C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8C98 is #A57367. Grayscale: #7E7E7E. Windows color (decimal): -10842984 or 9997402. OLE color: 9997402.

HSL color Cylindrical-coordinate representation of color #5A8C98: hue angle of 191.61º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8C98 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 140 152 -
CMYK 0.41 0.08 0 0.40
HSL 191.61º 0.26% 0.47% -
HSV(B) 191.61º 0.41% 0.6% -
XYZ 19.26 23.2 33.17 -
YUV 126.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 90 140 152 0.41 0.08 0 0.40 191.61 0.26 0.47
Hex 5A 8C 98 29 8 0 28 C0 1A 2F
Octal 132 214 230 51 10 0 50 300 32 57
Binary 1011010 10001100 10011000 101001 1000 0 101000 11000000 11010 101111

Color Harmonies of #5A8C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8C98

Black with #5A8C98

Text Example


Text Example

White with #5A8C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,140,152); }

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

background-color css

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

 a { background-color: rgb(90,140,152); }

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

border-color css

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

 span { border-color: rgb(90,140,152); }

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