Html Css Color HEX #608588 Gothic

📋 copy color: '#608588'

red 96 ◦ green 133 ◦ blue 136

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

Shades of Gothic #608588

Tints of Gothic #608588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 26.3%
G = 36.44%
B = 37.26%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#608588 (or 0x608588) is known color: Gothic. HEX triplet: 60, 85 and 88. RGB value is (96,133,136). Sum of RGB (Red+Green+Blue) = 96+133+136=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #608588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608588 is #9F7A77. Grayscale: #7A7A7A. Windows color (decimal): -10451576 or 8947040. OLE color: 8947040.

HSL color Cylindrical-coordinate representation of color #608588: hue angle of 184.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608588 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 133 136 -
CMYK 0.29 0.02 0 0.47
HSL 184.5º 0.17% 0.45% -
HSV(B) 184.5º 0.29% 0.53% -
XYZ 17.66 21.04 26.42 -
YUV 122.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 96 133 136 0.29 0.02 0 0.47 184.5 0.17 0.45
Hex 60 85 88 1D 2 0 2F B8 11 2D
Octal 140 205 210 35 2 0 57 270 21 55
Binary 1100000 10000101 10001000 11101 10 0 101111 10111000 10001 101101

Color Harmonies of #608588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608588

Black with #608588

Text Example


Text Example

White with #608588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608588; }

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

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

background-color css

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

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

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

border-color css

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

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

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