Html Css Color HEX #605D85 Kimberly

📋 copy color: '#605D85'

red 96 ◦ green 93 ◦ blue 133

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

Shades of Kimberly #605D85

Tints of Kimberly #605D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

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

R = 29.81%
G = 28.88%
B = 41.3%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#605D85 (or 0x605D85) is known color: Kimberly. HEX triplet: 60, 5D and 85. RGB value is (96,93,133). Sum of RGB (Red+Green+Blue) = 96+93+133=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #605D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D85 is #9FA27A. Grayscale: #626262. Windows color (decimal): -10461819 or 8740192. OLE color: 8740192.

HSL color Cylindrical-coordinate representation of color #605D85: hue angle of 244.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605D85 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 93 133 -
CMYK 0.28 0.30 0 0.48
HSL 244.5º 0.18% 0.44% -
HSV(B) 244.5º 0.3% 0.52% -
XYZ 12.97 12.01 23.82 -
YUV 98.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 96 93 133 0.28 0.30 0 0.48 244.5 0.18 0.44
Hex 60 5D 85 1C 1E 0 30 F4 12 2C
Octal 140 135 205 34 36 0 60 364 22 54
Binary 1100000 1011101 10000101 11100 11110 0 110000 11110100 10010 101100

Color Harmonies of #605D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D85

Black with #605D85

Text Example


Text Example

White with #605D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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