Html Css Color HEX #608590 Horizon

📋 copy color: '#608590'

red 96 ◦ green 133 ◦ blue 144

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

Shades of Horizon #608590

Tints of Horizon #608590

RGB

 RED value IS 96 (37.89% from 255) = 25.74%

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 25.74%
G = 35.66%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608590 (or 0x608590) is known color: Horizon. HEX triplet: 60, 85 and 90. RGB value is (96,133,144). Sum of RGB (Red+Green+Blue) = 96+133+144=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #608590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608590 is #9F7A6F. Grayscale: #7B7B7B. Windows color (decimal): -10451568 or 9471328. OLE color: 9471328.

HSL color Cylindrical-coordinate representation of color #608590: hue angle of 193.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608590 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 133 144 -
CMYK 0.33 0.08 0 0.44
HSL 193.75º 0.2% 0.47% -
HSV(B) 193.75º 0.33% 0.56% -
XYZ 18.25 21.28 29.53 -
YUV 123.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 96 133 144 0.33 0.08 0 0.44 193.75 0.2 0.47
Hex 60 85 90 21 8 0 2C C2 14 2F
Octal 140 205 220 41 10 0 54 302 24 57
Binary 1100000 10000101 10010000 100001 1000 0 101100 11000010 10100 101111

Color Harmonies of #608590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608590

Black with #608590

Text Example


Text Example

White with #608590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608590; }

 p { color: rgb(96,133,144); }

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

background-color css

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

 a { background-color: rgb(96,133,144); }

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

border-color css

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

 span { border-color: rgb(96,133,144); }

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