Html Css Color HEX #61557D Kimberly

📋 copy color: '#61557D'

red 97 ◦ green 85 ◦ blue 125

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

Shades of Kimberly #61557D

Tints of Kimberly #61557D

RGB

 RED value IS 97 (38.28% from 255) = 31.6%

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

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

R = 31.6%
G = 27.69%
B = 40.72%

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

#61557D (or 0x61557D) is known color: Kimberly. HEX triplet: 61, 55 and 7D. RGB value is (97,85,125). Sum of RGB (Red+Green+Blue) = 97+85+125=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #61557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557D is #9EAA82. Grayscale: #5D5D5D. Windows color (decimal): -10398339 or 8213857. OLE color: 8213857.

HSL color Cylindrical-coordinate representation of color #61557D: hue angle of 258º 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 #61557D is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 85 125 -
CMYK 0.22 0.32 0 0.51
HSL 258º 0.19% 0.41% -
HSV(B) 258º 0.32% 0.49% -
XYZ 11.88 10.52 20.81 -
YUV 93.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 97 85 125 0.22 0.32 0 0.51 258 0.19 0.41
Hex 61 55 7D 16 20 0 33 102 13 29
Octal 141 125 175 26 40 0 63 402 23 51
Binary 1100001 1010101 1111101 10110 100000 0 110011 100000010 10011 101001

Color Harmonies of #61557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61557D

Black with #61557D

Text Example


Text Example

White with #61557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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