Html Css Color HEX #62557D Kimberly

📋 copy color: '#62557D'

red 98 ◦ green 85 ◦ blue 125

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

Shades of Kimberly #62557D

Tints of Kimberly #62557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 31.82%
G = 27.6%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62557D (or 0x62557D) is known color: Kimberly. HEX triplet: 62, 55 and 7D. RGB value is (98,85,125). Sum of RGB (Red+Green+Blue) = 98+85+125=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #62557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62557D is #9DAA82. Grayscale: #5D5D5D. Windows color (decimal): -10332803 or 8213858. OLE color: 8213858.

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

Color convert

RGB 98 85 125 -
CMYK 0.22 0.32 0 0.51
HSL 259.5º 0.19% 0.41% -
HSV(B) 259.5º 0.32% 0.49% -
XYZ 11.99 10.57 20.81 -
YUV 93.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 98 85 125 0.22 0.32 0 0.51 259.5 0.19 0.41
Hex 62 55 7D 16 20 0 33 104 13 29
Octal 142 125 175 26 40 0 63 404 23 51
Binary 1100010 1010101 1111101 10110 100000 0 110011 100000100 10011 101001

Color Harmonies of #62557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62557D

Black with #62557D

Text Example


Text Example

White with #62557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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