Html Css Color HEX #5F8F9C Horizon

📋 copy color: '#5F8F9C'

red 95 ◦ green 143 ◦ blue 156

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

Shades of Horizon #5F8F9C

Tints of Horizon #5F8F9C

RGB

 RED value IS 95 (37.5% from 255) = 24.11%

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 24.11%
G = 36.29%
B = 39.59%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F8F9C (or 0x5F8F9C) is known color: Horizon. HEX triplet: 5F, 8F and 9C. RGB value is (95,143,156). Sum of RGB (Red+Green+Blue) = 95+143+156=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F8F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8F9C is #A07063. Grayscale: #828282. Windows color (decimal): -10514532 or 10260319. OLE color: 10260319.

HSL color Cylindrical-coordinate representation of color #5F8F9C: hue angle of 192.79º 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 #5F8F9C is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 143 156 -
CMYK 0.39 0.08 0 0.39
HSL 192.79º 0.24% 0.49% -
HSV(B) 192.79º 0.39% 0.61% -
XYZ 20.54 24.48 35.09 -
YUV 130.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 95 143 156 0.39 0.08 0 0.39 192.79 0.24 0.49
Hex 5F 8F 9C 27 8 0 27 C1 18 31
Octal 137 217 234 47 10 0 47 301 30 61
Binary 1011111 10001111 10011100 100111 1000 0 100111 11000001 11000 110001

Color Harmonies of #5F8F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8F9C

Black with #5F8F9C

Text Example


Text Example

White with #5F8F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,143,156); }

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

background-color css

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

 a { background-color: rgb(95,143,156); }

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

border-color css

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

 span { border-color: rgb(95,143,156); }

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