Html Css Color HEX #608585 Half Baked

📋 copy color: '#608585'

red 96 ◦ green 133 ◦ blue 133

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

Shades of Half Baked #608585

Tints of Half Baked #608585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 26.52%
G = 36.74%
B = 36.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#608585 (or 0x608585) is known color: Half Baked. HEX triplet: 60, 85 and 85. RGB value is (96,133,133). Sum of RGB (Red+Green+Blue) = 96+133+133=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #608585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608585 is #9F7A7A. Grayscale: #797979. Windows color (decimal): -10451579 or 8750432. OLE color: 8750432.

HSL color Cylindrical-coordinate representation of color #608585: hue angle of 180º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608585 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 133 -
CMYK 0.28 0 0 0.48
HSL 180º 0.16% 0.45% -
HSV(B) 180º 0.28% 0.52% -
XYZ 17.45 20.96 25.32 -
YUV 121.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 96 133 133 0.28 0 0 0.48 180 0.16 0.45
Hex 60 85 85 1C 0 0 30 B4 10 2D
Octal 140 205 205 34 0 0 60 264 20 55
Binary 1100000 10000101 10000101 11100 0 0 110000 10110100 10000 101101

Color Harmonies of #608585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608585

Black with #608585

Text Example


Text Example

White with #608585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608585; }

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

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

background-color css

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

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

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

border-color css

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

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

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