Html Css Color HEX #5F5682 Kimberly

📋 copy color: '#5F5682'

red 95 ◦ green 86 ◦ blue 130

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

Shades of Kimberly #5F5682

Tints of Kimberly #5F5682

RGB

 RED value IS 95 (37.5% from 255) = 30.55%

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 30.55%
G = 27.65%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F5682 (or 0x5F5682) is known color: Kimberly. HEX triplet: 5F, 56 and 82. RGB value is (95,86,130). Sum of RGB (Red+Green+Blue) = 95+86+130=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5682 is #A0A97D. Grayscale: #5D5D5D. Windows color (decimal): -10529150 or 8541791. OLE color: 8541791.

HSL color Cylindrical-coordinate representation of color #5F5682: hue angle of 252.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F5682 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 86 130 -
CMYK 0.27 0.34 0 0.49
HSL 252.27º 0.2% 0.42% -
HSV(B) 252.27º 0.34% 0.51% -
XYZ 12.08 10.7 22.55 -
YUV 93.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 95 86 130 0.27 0.34 0 0.49 252.27 0.2 0.42
Hex 5F 56 82 1B 22 0 31 FC 14 2A
Octal 137 126 202 33 42 0 61 374 24 52
Binary 1011111 1010110 10000010 11011 100010 0 110001 11111100 10100 101010

Color Harmonies of #5F5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5682

Black with #5F5682

Text Example


Text Example

White with #5F5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5682; }

 p { color: rgb(95,86,130); }

 H1.HeaderClassName
 {
   color: #5F5682;
 }
 .AnyTagClassName
 {
   color: #5F5682;
 }
</style>

background-color css

<style>
 a { background-color: #5F5682; }

 a { background-color: rgb(95,86,130); }

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

border-color css

<style>
 span { border-color: #5F5682; }

 span { border-color: rgb(95,86,130); }

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