Html Css Color HEX #62585A Don Juan

📋 copy color: '#62585A'

red 98 ◦ green 88 ◦ blue 90

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

Shades of Don Juan #62585A

Tints of Don Juan #62585A

RGB

 RED value IS 98 (38.67% from 255) = 35.51%

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 35.51%
G = 31.88%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62585A (or 0x62585A) is known color: Don Juan. HEX triplet: 62, 58 and 5A. RGB value is (98,88,90). Sum of RGB (Red+Green+Blue) = 98+88+90=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62585A is #9DA7A5. Grayscale: #5B5B5B. Windows color (decimal): -10332070 or 5920866. OLE color: 5920866.

HSL color Cylindrical-coordinate representation of color #62585A: hue angle of 348º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62585A is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 88 90 -
CMYK 0 0.10 0.08 0.62
HSL 348º 0.05% 0.36% -
HSV(B) 348º 0.1% 0.38% -
XYZ 10.37 10.31 11.12 -
YUV 91.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 98 88 90 0 0.10 0.08 0.62 348 0.05 0.36
Hex 62 58 5A 0 A 8 3E 15C 5 24
Octal 142 130 132 0 12 10 76 534 5 44
Binary 1100010 1011000 1011010 0 1010 1000 111110 101011100 101 100100

Color Harmonies of #62585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62585A

Black with #62585A

Text Example


Text Example

White with #62585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62585A; }

 p { color: rgb(98,88,90); }

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

background-color css

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

 a { background-color: rgb(98,88,90); }

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

border-color css

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

 span { border-color: rgb(98,88,90); }

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