Html Css Color HEX #5E909B Horizon

📋 copy color: '#5E909B'

red 94 ◦ green 144 ◦ blue 155

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

Shades of Horizon #5E909B

Tints of Horizon #5E909B

RGB

 RED value IS 94 (37.11% from 255) = 23.92%

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 23.92%
G = 36.64%
B = 39.44%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E909B (or 0x5E909B) is known color: Horizon. HEX triplet: 5E, 90 and 9B. RGB value is (94,144,155). Sum of RGB (Red+Green+Blue) = 94+144+155=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E909B is #A16F64. Grayscale: #828282. Windows color (decimal): -10579813 or 10195038. OLE color: 10195038.

HSL color Cylindrical-coordinate representation of color #5E909B: hue angle of 190.82º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E909B is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 144 155 -
CMYK 0.39 0.07 0 0.39
HSL 190.82º 0.24% 0.49% -
HSV(B) 190.82º 0.39% 0.61% -
XYZ 20.51 24.69 34.7 -
YUV 130.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 94 144 155 0.39 0.07 0 0.39 190.82 0.24 0.49
Hex 5E 90 9B 27 7 0 27 BF 18 31
Octal 136 220 233 47 7 0 47 277 30 61
Binary 1011110 10010000 10011011 100111 111 0 100111 10111111 11000 110001

Color Harmonies of #5E909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E909B

Black with #5E909B

Text Example


Text Example

White with #5E909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,144,155); }

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

background-color css

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

 a { background-color: rgb(94,144,155); }

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

border-color css

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

 span { border-color: rgb(94,144,155); }

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