Html Css Color HEX #655983 Kimberly

📋 copy color: '#655983'

red 101 ◦ green 89 ◦ blue 131

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

Shades of Kimberly #655983

Tints of Kimberly #655983

RGB

 RED value IS 101 (39.84% from 255) = 31.46%

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 31.46%
G = 27.73%
B = 40.81%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#655983 (or 0x655983) is known color: Kimberly. HEX triplet: 65, 59 and 83. RGB value is (101,89,131). Sum of RGB (Red+Green+Blue) = 101+89+131=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #655983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655983 is #9AA67C. Grayscale: #616161. Windows color (decimal): -10135165 or 8608101. OLE color: 8608101.

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

Color convert

RGB 101 89 131 -
CMYK 0.23 0.32 0 0.49
HSL 257.14º 0.19% 0.43% -
HSV(B) 257.14º 0.32% 0.51% -
XYZ 13.04 11.55 23.02 -
YUV 97.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 101 89 131 0.23 0.32 0 0.49 257.14 0.19 0.43
Hex 65 59 83 17 20 0 31 101 13 2B
Octal 145 131 203 27 40 0 61 401 23 53
Binary 1100101 1011001 10000011 10111 100000 0 110001 100000001 10011 101011

Color Harmonies of #655983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655983

Black with #655983

Text Example


Text Example

White with #655983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655983; }

 p { color: rgb(101,89,131); }

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

background-color css

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

 a { background-color: rgb(101,89,131); }

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

border-color css

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

 span { border-color: rgb(101,89,131); }

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