Html Css Color HEX #62557E Kimberly

📋 copy color: '#62557E'

red 98 ◦ green 85 ◦ blue 126

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

Shades of Kimberly #62557E

Tints of Kimberly #62557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 31.72%
G = 27.51%
B = 40.78%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62557E (or 0x62557E) is known color: Kimberly. HEX triplet: 62, 55 and 7E. RGB value is (98,85,126). Sum of RGB (Red+Green+Blue) = 98+85+126=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #62557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557E is #9DAA81. Grayscale: #5D5D5D. Windows color (decimal): -10332802 or 8279394. OLE color: 8279394.

HSL color Cylindrical-coordinate representation of color #62557E: hue angle of 259.02º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62557E is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 85 126 -
CMYK 0.22 0.33 0 0.51
HSL 259.02º 0.19% 0.41% -
HSV(B) 259.02º 0.33% 0.49% -
XYZ 12.05 10.6 21.15 -
YUV 93.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 98 85 126 0.22 0.33 0 0.51 259.02 0.19 0.41
Hex 62 55 7E 16 21 0 33 103 13 29
Octal 142 125 176 26 41 0 63 403 23 51
Binary 1100010 1010101 1111110 10110 100001 0 110011 100000011 10011 101001

Color Harmonies of #62557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62557E

Black with #62557E

Text Example


Text Example

White with #62557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62557E; }

 p { color: rgb(98,85,126); }

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

background-color css

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

 a { background-color: rgb(98,85,126); }

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

border-color css

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

 span { border-color: rgb(98,85,126); }

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